- Changed requirements for openmpi (non-hpc) version

%%mpi-ver -> %%mpi-ext: openmpi1 flavors omit the version number.

OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=23
This commit is contained in:
Egbert Eich 2019-02-25 05:41:34 +00:00 committed by Git OBS Bridge
parent 69e09559c8
commit 03d969bf73
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 25 05:37:27 UTC 2019 - Torben Mikael Hansen <torhans-build@sciomnis.com>
- Changed requirements for openmpi (non-hpc) version
%%mpi-ver -> %%mpi-ext: openmpi1 flavors omit the version number.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 22 07:15:33 UTC 2019 - Egbert Eich <eich@suse.com> Fri Feb 22 07:15:33 UTC 2019 - Egbert Eich <eich@suse.com>

View File

@ -250,7 +250,7 @@ Group: System/Libraries
%{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}} %{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}}
# Explicitly include this library here: # Explicitly include this library here:
# the solver doesn't have enough information to pick the correct MPI flavor # the solver doesn't have enough information to pick the correct MPI flavor
%{?with_mpi:Requires: libblacs2-%{mpi_family}%{?mpi_ver}} %{?with_mpi:Requires: libblacs2-%{mpi_family}%{?mpi_ext}}
%else %else
Requires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc Requires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc
%hpc_requires %hpc_requires