forked from pool/mumps
Accepting request 867656 from science
- Change 'Requires:' to other HPC packages to %requires_eq to depend on the exact version. This should take care of HPC packages ignoring proper ABI versioning. (forwarded request 867620 from eeich) OBS-URL: https://build.opensuse.org/request/show/867656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumps?expand=0&rev=12
This commit is contained in:
commit
7ab3c8c35e
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 17:52:27 UTC 2021 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Change 'Requires:' to other HPC packages to %requires_eq to depend
|
||||
on the exact version. This should take care of HPC packages ignoring
|
||||
proper ABI versioning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 16:29:56 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mumps
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -501,7 +501,7 @@ Group: System/Libraries
|
||||
# the solver doesn't have enough information to pick the correct MPI flavor
|
||||
%{?with_mpi:Requires: libblacs2-%{mpi_family}%{?mpi_ext}}
|
||||
%else
|
||||
Requires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc
|
||||
%{requires_eq libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc}
|
||||
%hpc_requires
|
||||
Requires: lua-lmod >= 7.6.1
|
||||
%endif
|
||||
@ -582,7 +582,7 @@ Requires: lapack-devel
|
||||
Recommends: gcc-fortran
|
||||
%else # hpc
|
||||
%hpc_requires_devel
|
||||
Requires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel
|
||||
%{requires_eq libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel}
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user