Hello community, here is the log from the commit of package scalapack for openSUSE:Factory checked in at 2019-11-27 13:55:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scalapack (Old) and /work/SRC/openSUSE:Factory/.scalapack.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scalapack" Wed Nov 27 13:55:14 2019 rev:15 rq:751101 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes 2019-09-11 10:33:56.183321609 +0200 +++ /work/SRC/openSUSE:Factory/.scalapack.new.26869/scalapack.changes 2019-11-27 13:55:36.252292933 +0100 @@ -1,0 +2,6 @@ +Mon Nov 25 22:06:18 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Reflect renaming of openmpi packages to openmpi1 in Tumbleweed, + fixes unresolvable packages. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scalapack.spec ++++++ --- /var/tmp/diff_new_pack.dp8fK3/_old 2019-11-27 13:55:39.756291454 +0100 +++ /var/tmp/diff_new_pack.dp8fK3/_new 2019-11-27 13:55:39.760291453 +0100 @@ -147,8 +147,8 @@ ExclusiveArch: do_not_build %endif -# For compatibility package names -%if "%{mpi_flavor}" != "openmpi" || "%{mpi_vers}" != "1" +# openmpi 1 was called just "openmpi" in Leap 15.x/SLE15 +%if 0%{?suse_version} >= 1550 || "%{mpi_flavor}" != "openmpi" || "%{mpi_vers}" != "1" %define mpi_ext %{?mpi_vers} %endif @@ -285,6 +285,9 @@ Requires: %{libname %_vers} = %{version} %if %{without hpc} Requires: %{mpi_flavor}%{?mpi_ext}-devel +%if "%{mpi_flavor}%{?mpi_ext}" == "openmpi1" +Provides: lib%{pname}%{so_ver}-openmpi-devel +%endif %else %hpc_requires_devel Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel @@ -355,6 +358,9 @@ Summary: Development libraries for BLACS (%{mpi_flavor}%{?mpi_vers}) Group: Development/Libraries/Parallel Requires: %{libblacsname %_vers}-devel = %{version} +%if "%{mpi_flavor}%{?mpi_ext}" == "openmpi1" +Provides: libblacs%{so_ver}-openmpi-devel +%endif %{?with_hpc:%{hpc_master_package -n %{libblacs_plain}-devel -N blacs -s %so_ver -a devel}}
