Hello community, here is the log from the commit of package boost for openSUSE:Factory checked in at 2019-11-06 13:47:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boost (Old) and /work/SRC/openSUSE:Factory/.boost.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boost" Wed Nov 6 13:47:06 2019 rev:131 rq:744378 version:1.71.0 Changes: -------- --- /work/SRC/openSUSE:Factory/boost/boost.changes 2019-09-25 02:09:10.485588917 +0200 +++ /work/SRC/openSUSE:Factory/.boost.new.2990/boost.changes 2019-11-06 13:47:07.555572329 +0100 @@ -1,0 +2,5 @@ +Thu Oct 3 14:13:20 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> + +- Use new openmpi-macros-devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boost.spec ++++++ --- /var/tmp/diff_new_pack.RwumDw/_old 2019-11-06 13:47:12.099577255 +0100 +++ /var/tmp/diff_new_pack.RwumDw/_new 2019-11-06 13:47:12.103577259 +0100 @@ -105,18 +105,6 @@ %endif %endif -# Build with OpenMPI -%if 0%{?suse_version} >= 1330 - # OpenMPI >= 2 is not available on ppc64be - %ifarch ppc ppc64 - %define mpi_implem openmpi - %else - %define mpi_implem openmpi2 - %endif -%else - # Keep OpenMPI1 for older releases where OpenMPI2 is not available - %define mpi_implem openmpi -%endif %ifarch ia64 hppa %bcond_with build_mpi %else @@ -226,9 +214,6 @@ BuildRequires: python3-numpy-devel %endif # numpy3 %endif # python3 -%if %{with build_mpi} -BuildRequires: %{mpi_implem}-devel -%endif %if %{with build_docs} BuildRequires: docbook BuildRequires: docbook-xsl-stylesheets @@ -247,6 +232,10 @@ BuildRequires: %{mpi_flavor}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel Requires: %{mpi_flavor}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc %endif +%else +%if %{with build_mpi} +BuildRequires: openmpi-macros-devel +%endif %endif %description @@ -716,7 +705,9 @@ %package -n libboost_mpi%{library_version}-devel Summary: Development headers for Boost.MPI library Group: Development/Libraries/C and C++ -Requires: %{mpi_implem}-devel +%if %{with build_mpi} +%{?openmpi_devel_requires} +%endif Requires: libboost_graph%{library_version}-devel Requires: libboost_headers%{library_version}-devel = %{version} Requires: libboost_mpi%{library_version} = %{version} @@ -1284,7 +1275,7 @@ %if %{with hpc} module load gnu %mpi_flavor %else -. %{package_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh +%setup_openmpi %endif %endif @@ -1437,7 +1428,7 @@ %if %{with hpc} module load gnu %mpi_flavor %else -. %{package_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh +%setup_openmpi %endif %endif