## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 5; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec Name: bout++ Version: 4.4.2 Release: %autorelease Summary: Library for the BOUndary Turbulence simulation framework # BOUT++ itself is LGPL, but we are linking with GPLed code, so the distributed library is GPL License: GPLv3+ URL: https://boutproject.github.io/ Source0: https://github.com/boutproject/BOUT-dev/releases/download/v%{version}/BOUT++-v%{version}.tar.gz %if 0%{?fedora} >= 33 %bcond_without flexiblas %else %bcond_with flexiblas %endif # Disable tests and manual on epel < 8 %if 0%{?rhel} && 0%{?rhel} < 8 %bcond_with manual %bcond_with test %bcond_with sundials %bcond_with petsc %else %bcond_without manual %bcond_without test %bcond_without sundials %bcond_without petsc %endif # Enable both mpi every where %bcond_without mpich %bcond_without openmpi %if 0%{?fedora} || ( 0%{?rhel} && 0%{?rhel} > 7 ) # Use system mpark %bcond_without system_mpark %else %bcond_with system_mpark %endif # # DEPENDENCIES # BuildRequires: m4 BuildRequires: zlib-devel BuildRequires: autoconf BuildRequires: autoconf-archive BuildRequires: gettext-devel BuildRequires: automake BuildRequires: environment-modules BuildRequires: netcdf-devel BuildRequires: netcdf-cxx%{?fedora:4}-devel BuildRequires: hdf5-devel BuildRequires: fftw-devel BuildRequires: make BuildRequires: python%{python3_pkgversion} BuildRequires: python%{python3_pkgversion}-numpy BuildRequires: python%{python3_pkgversion}-Cython BuildRequires: python%{python3_pkgversion}-netcdf4 BuildRequires: python%{python3_pkgversion}-scipy BuildRequires: python%{python3_pkgversion}-boututils BuildRequires: python%{python3_pkgversion}-boutdata BuildRequires: python%{python3_pkgversion}-tables %if %{with flexiblas} BuildRequires: flexiblas-devel %else BuildRequires: blas-devel BuildRequires: lapack-devel %endif BuildRequires: gcc-c++ %if %{with system_mpark} BuildRequires: mpark-variant-devel %endif # cxx generation BuildRequires: python%{python3_pkgversion}-jinja2 # Documentation %if %{with manual} BuildRequires: doxygen BuildRequires: python3-sphinx %endif %if %{with petsc} && %{with mpich} BuildRequires: petsc-mpich-devel BuildRequires: hdf5-mpich-devel BuildRequires: python%{python3_pkgversion}-h5py-mpich %endif %if %{with petsc} && %{with openmpi} BuildRequires: petsc-openmpi-devel BuildRequires: hdf5-openmpi-devel BuildRequires: python%{python3_pkgversion}-h5py-openmpi %endif %if %{with sundials} && %{with mpich} BuildRequires: sundials-mpich-devel # https://bugzilla.redhat.com/show_bug.cgi?id=1839131 BuildRequires: sundials-devel %endif %if %{with sundials} && %{with openmpi} BuildRequires: sundials-openmpi-devel # https://bugzilla.redhat.com/show_bug.cgi?id=1839131 BuildRequires: sundials-devel %endif # # DESCRIPTIONS # %if %{with mpich} BuildRequires: mpich-devel %global mpi_list mpich %endif %if %{with openmpi} BuildRequires: openmpi-devel %global mpi_list %{?mpi_list} openmpi %endif %description BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. %if %{with mpich} %package mpich Summary: BOUT++ mpich libraries Requires: %{name}-common = %{version}-%{release} # Use bundled version, to reproduce upstream results Provides: bundled(libpvode) Recommends: environment-modules Recommends: python%{python3_pkgversion}-boututils Recommends: python%{python3_pkgversion}-boutdata Recommends: python%{python3_pkgversion}-xbout %package mpich-devel Summary: BOUT++ mpich libraries Requires: %{name}-mpich = %{version}-%{release} Recommends: gcc-c++ Recommends: make Recommends: mpich-devel Recommends: zlib-devel Recommends: gettext-devel Recommends: netcdf-devel Recommends: netcdf-cxx%{?fedora:4}-devel Recommends: hdf5-devel Recommends: fftw-devel %if %{with flexiblas} Recommends: flexiblas-devel %else Recommends: blas-devel Recommends: lapack-devel %endif %if %{with system_mpark} Recommends: mpark-variant-devel %endif %if %{with petsc} Recommends: petsc-mpich-devel Recommends: hdf5-mpich-devel %endif %if %{with sundials} Recommends: sundials-mpich-devel # https://bugzilla.redhat.com/show_bug.cgi?id=1839131 Recommends: sundials-devel %endif %description mpich-devel BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. This BOUT++ library is build for mpich. %description mpich BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. This BOUT++ library is build for mpich. %package -n python%{python3_pkgversion}-%{name}-mpich Summary: BOUT++ mpich library for python%{python3_pkgversion} Requires: %{name}-mpich Requires: python%{python3_pkgversion}-%{name} BuildRequires: python%{python3_pkgversion}-devel Requires: mpich Requires: python%{python3_pkgversion}-mpich Requires: python%{python3_pkgversion}-numpy Requires: python%{python3_pkgversion}-boututils Requires: python%{python3_pkgversion}-boutdata Recommends: python%{python3_pkgversion}-xbout %py_provides python%{python3_pkgversion}-%{name}-mpich %description -n python%{python3_pkgversion}-%{name}-mpich This is the BOUT++ library python%{python3_pkgversion} with mpich. %endif %if %{with openmpi} %package openmpi Summary: BOUT++ openmpi libraries # Use bundled version, to reproduce upstream results Provides: bundled(libpvode) Requires: %{name}-common = %{version}-%{release} Recommends: environment-modules Recommends: python%{python3_pkgversion}-boututils Recommends: python%{python3_pkgversion}-boutdata Recommends: python%{python3_pkgversion}-xbout %package openmpi-devel Summary: BOUT++ openmpi libraries Requires: %{name}-openmpi = %{version}-%{release} Recommends: gcc-c++ Recommends: make Recommends: openmpi-devel Recommends: zlib-devel Recommends: gettext-devel Recommends: netcdf-devel Recommends: netcdf-cxx%{?fedora:4}-devel Recommends: hdf5-devel Recommends: fftw-devel %if %{with flexiblas} Recommends: flexiblas-devel %else Recommends: blas-devel Recommends: lapack-devel %endif %if %{with system_mpark} Recommends: mpark-variant-devel %endif %if %{with petsc} Recommends: petsc-openmpi-devel Recommends: hdf5-openmpi-devel %endif %if %{with sundials} Recommends: sundials-openmpi-devel # https://bugzilla.redhat.com/show_bug.cgi?id=1839131 Recommends: sundials-devel %endif %description openmpi-devel BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. This BOUT++ library is build for openmpi and provides the required header files. %description openmpi BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. This BOUT++ library is build for openmpi. %package -n python%{python3_pkgversion}-%{name}-openmpi Summary: BOUT++ openmpi library for python%{python3_pkgversion} Requires: %{name}-openmpi Requires: python%{python3_pkgversion}-%{name} BuildRequires: python%{python3_pkgversion}-devel Requires: openmpi Requires: python%{python3_pkgversion}-openmpi Requires: python%{python3_pkgversion}-numpy Requires: python%{python3_pkgversion}-boututils Requires: python%{python3_pkgversion}-boutdata Recommends: python%{python3_pkgversion}-xbout %py_provides python%{python3_pkgversion}-%{name}-openmpi %description -n python%{python3_pkgversion}-%{name}-openmpi This is the BOUT++ library python%{python3_pkgversion} with openmpi. %endif %package common Summary: Common files for BOUT++ %description common MPI-independent files for BOUT++, namely localisation files. %package -n python%{python3_pkgversion}-%{name} Summary: BOUT++ python library Requires: netcdf4-python%{python3_pkgversion} Requires: python%{python3_pkgversion}-numpy Recommends: python%{python3_pkgversion}-scipy Recommends: python%{python3_pkgversion}-matplotlib Recommends: python%{python3_pkgversion}-boututils Recommends: python%{python3_pkgversion}-boutdata BuildArch: noarch %py_provides python%{python3_pkgversion}-%{name} %py_provides python%{python3_pkgversion}-bout_runners %py_provides python%{python3_pkgversion}-zoidberg %description -n python%{python3_pkgversion}-%{name} Python%{python3_pkgversion} library for pre and post processing of BOUT++ data %if %{with manual} %package -n %{name}-doc Summary: BOUT++ Documentation BuildArch: noarch %description -n %{name}-doc BOUT++ is a framework for writing fluid and plasma simulations in curvilinear geometry. It is intended to be quite modular, with a variety of numerical methods and time-integration solvers available. BOUT++ is primarily designed and tested with reduced plasma fluid models in mind, but it can evolve any number of equations, with equations appearing in a readable form. This package contains the documentation. %endif # # PREP # %prep %autosetup -n BOUT++-v%{version} -p 1 sed -e '/boututils/d' -e '/boutdata/d' -i make.config.in %if %{with system_mpark} # use mpark provided by fedora rm -rf externalpackages/mpark.variant/ mkdir -p externalpackages/mpark.variant/include/ %endif rm -rf tools/pylib/boutdata rm -rf tools/pylib/boututils # Remove shebang for f in $(find -L tools/pylib/ -type f | grep -v _boutcore_build ) do sed -i '/^#!\//d' $f done autoupdate touch build-aux/config.rpath autoreconf -vif # # BUILD # %build # MPI builds export CC=mpicc export CXX=mpicxx for mpi in %{mpi_list} do mkdir build_$mpi cp -al [^b]* build-aux bin build_$mpi done for mpi in %{mpi_list} do pushd build_$mpi if [ $mpi = mpich ] ; then %_mpich_load elif [ $mpi = openmpi ] ; then %_openmpi_load else echo "unknown mpi" &> /dev/stderr exit 1 fi %configure \ --with-netcdf \ --with-hdf5 \ --enable-shared \ --with-system-mpark \ --libdir=%{_libdir}/$mpi/lib \ --bindir=%{_libdir}/$mpi/bin \ --sbindir=%{_libdir}/$mpi/sbin \ --includedir=%{_includedir}/$mpi-%{_arch} \ --datarootdir=%{_datadir} \ %if %{with petsc} --with-petsc \ %endif %if %{with sundials} --with-sundials \ %endif sed -e "s| -L%{_libdir} | |g" \ -e "s| -Wl,--as-needed | |g" \ -i make.config # Debug linking issues: # -e 's|@$(LD)|$(LD)|' \ %if %{with flexiblas} sed -e 's|-lblas|-lflexiblas|g' \ -e 's|-llapack|-lflexiblas|g' \ -i make.config %endif # We musn't escape anymore sed -e 's/\\#/#/g' -i make.config cat make.config make %{?_smp_mflags} shared ls -l lib make %{?_smp_mflags} python export LD_LIBRARY_PATH=$(pwd)/lib %if %{with manual} make %{?_smp_mflags} -C manual html %endif if [ $mpi = mpich ] ; then %_mpich_unload elif [ $mpi = openmpi ] ; then %_openmpi_unload fi popd done # # INSTALL # %install for mpi in %{mpi_list} do pushd build_$mpi if [ $mpi = mpich ] ; then %_mpich_load else %_openmpi_load fi make install DESTDIR=${RPM_BUILD_ROOT} # mark this as a released version, to disable compiling the library sed -i '27 i RELEASED = %{version}-%{release}' ${RPM_BUILD_ROOT}/%{_includedir}/${mpi}-%{_arch}/bout++/make.config rm -rf ${RPM_BUILD_ROOT}/usr/share/bout++ popd mkdir -p ${RPM_BUILD_ROOT}/usr/share/modulefiles/bout++ cat > ${RPM_BUILD_ROOT}/usr/share/modulefiles/bout++/$MPI_COMPILER < 4.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 24 2022 David Bold 4.4.2-4 - Switch to autorelease * Fri Jun 17 2022 Python Maint 4.4.2-3 - Rebuilt for Python 3.11 * Sat Apr 23 2022 Antonio Trande 4.4.2-2 - Rebuild for PETSc-3.17.0| Remove libSegFault preloading (no longer provided) * Sat Apr 02 2022 David Bold 4.4.2-1 - Update to 4.4.2 * Tue Jan 25 2022 David Bold 4.4.1-2 - update sources * Tue Jan 25 2022 David Bold 4.4.1-1 - Update to 4.4.1 * Wed Jan 19 2022 Fedora Release Engineering 4.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Nov 22 2021 Orion Poplawski 4.4.0-8 - Rebuild for hdf5 1.12.1 * Wed Oct 20 2021 Antonio Trande 4.4.0-7 - Rebuild for sundials-5.8.0 * Mon Oct 18 2021 Antonio Trande 4.4.0-6 - Rebuild for PETSc-3.16.0 * Wed Sep 22 2021 David 4.4.0-5 - Fix permissions of so * Sun Aug 29 2021 David 4.4.0-4 - Workaround FTBFS issues * Mon Aug 23 2021 David 4.4.0-3 - Add patch * Mon Aug 23 2021 David 4.4.0-2 - Fix build * Mon Aug 16 2021 David 4.4.0-1 - Update to 4.4.0 * Sat Aug 14 2021 Orion Poplawski 4.3.3-1 - Update to 4.3.3 * Tue Aug 10 2021 Orion Poplawski 4.3.2-19 - Rebuild for hdf5 1.10.7 * Wed Jul 21 2021 Fedora Release Engineering 4.3.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering 4.3.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jun 27 2021 David 4.3.2-16 - Remove installing instruction for unbundeled python packages * Sat Jun 26 2021 David 4.3.2-15 - Do not use bundled boututils and boutdata * Sat Jun 26 2021 David 4.3.2-14 - Add recommends for python packages to read data * Sat Jun 26 2021 David 4.3.2-13 - Split out boututils and boutdata * Sat Jun 26 2021 David 4.3.2-12 - working on python split * Fri Jun 04 2021 Python Maint 4.3.2-11 - Rebuilt for Python 3.10 * Mon Apr 19 2021 David 4.3.2-10 - Rebuild for PETSc 3.15 * Sat Apr 17 2021 David 4.3.2-9 - Workaround for autotools 2.71 * Fri Mar 19 2021 David 4.3.2-8 - Rebuild for sundials 5.7.0 * Sat Feb 06 2021 David 4.3.2-7 - Increase timeout in check * Tue Jan 26 2021 Fedora Release Engineering 4.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 17 2021 David 4.3.2-5 - RPMAUTOSPEC: unresolvable merge