## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-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*}}%{!?-n:%{?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 <<EOF #%Module 1.0 # # BOUT++ module for use with 'environment-modules' package # Created by bout-add-mod-path v0.9 # Only allow one bout++ module to be loaded at a time conflict bout++ # Require mpi prereq mpi/$MPI_COMPILER setenv BOUT_TOP $MPI_INCLUDE/bout++/ EOF if [ $mpi = mpich ] ; then %_mpich_unload else %_openmpi_unload fi done # install python libraries pushd tools/pylib for d in bout_runners zoidberg do mkdir -p ${RPM_BUILD_ROOT}/%{python3_sitelib}/$d cp $d/*py ${RPM_BUILD_ROOT}/%{python3_sitelib}/$d/ done popd # install manual %if %{with manual} mandir=$(ls build_*/manual -d|head -n1) mkdir -p ${RPM_BUILD_ROOT}/%{_defaultdocdir}/bout++/ rm -rf $mandir/html/.buildinfo rm -rf $mandir/html/.doctrees rm -rf $mandir/html/_sources cp -r $mandir/html ${RPM_BUILD_ROOT}/%{_defaultdocdir}/bout++/ %endif # install boutcore library for mpi in %{mpi_list} do mkdir -p ${RPM_BUILD_ROOT}/%{python3_sitearch}/${mpi}/ install build_$mpi/tools/pylib/boutcore.*.so ${RPM_BUILD_ROOT}/%{python3_sitearch}/${mpi}/ done %find_lang libbout # # CHECK # %check # Ignore errors on some architectures # armv7: https://bugzilla.redhat.com/show_bug.cgi?id=1998836 # s390x: https://bugzilla.redhat.com/show_bug.cgi?id=1998838 fail=1 %ifarch armv7hl s390x fail=0 %endif %if %{with test} for mpi in %{mpi_list} do if [ $mpi = mpich ] ; then %_mpich_load else %_openmpi_load fi pushd build_$mpi export OMPI_MCA_rmaps_base_oversubscribe=yes # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1997717 export HDF5_USE_FILE_LOCKING=FALSE # Increase timeout for copr / s390x export BOUT_TEST_TIMEOUT=15m sed 's/ 3s / 30s /' tests/integrated/test-coordinates-initialization/runtest make %{?_smp_mflags} build-check SEGFAULT_SIGNALS="segv" make check || $(exit $fail) popd if [ $mpi = mpich ] ; then %_mpich_unload else %_openmpi_unload fi done %endif # # FILES SECTION # %if %{with mpich} %files mpich %{_libdir}/mpich/lib/libbout++.so.4.4.0 %{_libdir}/mpich/lib/*.so.1.0.0 %{_libdir}/mpich/bin/* %doc README.md %doc CITATION.bib %doc CITATION.cff %doc CHANGELOG.md %doc CONTRIBUTING.md %license LICENSE %license LICENSE.GPL /usr/share/modulefiles/bout++/mpich-* %files mpich-devel %{_includedir}/mpich-%{_arch}/bout++ %{_libdir}/mpich/lib/*.so %files -n python%{python3_pkgversion}-%{name}-mpich %{python3_sitearch}/mpich/* %endif %if %{with openmpi} %files openmpi %{_libdir}/openmpi/lib/libbout++.so.4.4.0 %{_libdir}/openmpi/lib/*.so.1.0.0 %{_libdir}/openmpi/bin/* %doc README.md %doc CITATION.bib %doc CITATION.cff %doc CHANGELOG.md %doc CONTRIBUTING.md %license LICENSE %license LICENSE.GPL /usr/share/modulefiles/bout++/openmpi-* %files openmpi-devel %{_includedir}/openmpi-%{_arch}/bout++ %{_libdir}/openmpi/lib/*.so %files -n python%{python3_pkgversion}-%{name}-openmpi %{python3_sitearch}/openmpi/* %endif %files common -f libbout.lang %dir /usr/share/modulefiles/bout++/ %files -n python%{python3_pkgversion}-%{name} %{python3_sitelib}/bout_runners %{python3_sitelib}/zoidberg %doc README.md %doc CITATION.bib %doc CITATION.cff %doc CHANGELOG.md %doc CONTRIBUTING.md %license LICENSE %license LICENSE.GPL %if %{with manual} %files -n %{name}-doc %doc %{_defaultdocdir}/bout++/ %endif # # CHANGELOG # %changelog * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 24 2022 David Bold <dave@ipp.mpg.de> 4.4.2-4 - Switch to autorelease * Fri Jun 17 2022 Python Maint <python-maint@redhat.com> 4.4.2-3 - Rebuilt for Python 3.11 * Sat Apr 23 2022 Antonio Trande <sagitter@fedoraproject.org> 4.4.2-2 - Rebuild for PETSc-3.17.0| Remove libSegFault preloading (no longer provided) * Sat Apr 02 2022 David Bold <davidsch@fedoraproject.org> 4.4.2-1 - Update to 4.4.2 * Tue Jan 25 2022 David Bold <davidsch@fedoraproject.org> 4.4.1-2 - update sources * Tue Jan 25 2022 David Bold <dave@ipp.mpg.de> 4.4.1-1 - Update to 4.4.1 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> 4.4.0-8 - Rebuild for hdf5 1.12.1 * Wed Oct 20 2021 Antonio Trande <sagitter@fedoraproject.org> 4.4.0-7 - Rebuild for sundials-5.8.0 * Mon Oct 18 2021 Antonio Trande <sagitter@fedoraproject.org> 4.4.0-6 - Rebuild for PETSc-3.16.0 * Wed Sep 22 2021 David <davidsch@fedoraproject.org> 4.4.0-5 - Fix permissions of so * Sun Aug 29 2021 David <davidsch@fedoraproject.org> 4.4.0-4 - Workaround FTBFS issues * Mon Aug 23 2021 David <davidsch@fedoraproject.org> 4.4.0-3 - Add patch * Mon Aug 23 2021 David <davidsch@fedoraproject.org> 4.4.0-2 - Fix build * Mon Aug 16 2021 David <davidsch@fedoraproject.org> 4.4.0-1 - Update to 4.4.0 * Sat Aug 14 2021 Orion Poplawski <orion@nwra.com> 4.3.3-1 - Update to 4.3.3 * Tue Aug 10 2021 Orion Poplawski <orion@nwra.com> 4.3.2-19 - Rebuild for hdf5 1.10.7 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> 4.3.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> 4.3.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jun 27 2021 David <davidsch@fedoraproject.org> 4.3.2-16 - Remove installing instruction for unbundeled python packages * Sat Jun 26 2021 David <davidsch@fedoraproject.org> 4.3.2-15 - Do not use bundled boututils and boutdata * Sat Jun 26 2021 David <davidsch@fedoraproject.org> 4.3.2-14 - Add recommends for python packages to read data * Sat Jun 26 2021 David <davidsch@fedoraproject.org> 4.3.2-13 - Split out boututils and boutdata * Sat Jun 26 2021 David <davidsch@fedoraproject.org> 4.3.2-12 - working on python split * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> 4.3.2-11 - Rebuilt for Python 3.10 * Mon Apr 19 2021 David <davidsch@fedoraproject.org> 4.3.2-10 - Rebuild for PETSc 3.15 * Sat Apr 17 2021 David <davidsch@fedoraproject.org> 4.3.2-9 - Workaround for autotools 2.71 * Fri Mar 19 2021 David <davidsch@fedoraproject.org> 4.3.2-8 - Rebuild for sundials 5.7.0 * Sat Feb 06 2021 David <davidsch@fedoraproject.org> 4.3.2-7 - Increase timeout in check * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> 4.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 17 2021 David <davidsch@fedoraproject.org> 4.3.2-5 - RPMAUTOSPEC: unresolvable merge