forked from pool/mumps
Accepting request 716025 from home:michel_mno:branches:science
- Add BuildRequires libopenblas-gnu-hpc >= 0.3.6 for hpc to avoid to build when openblas library not available (ppc64) OBS-URL: https://build.opensuse.org/request/show/716025 OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=30
This commit is contained in:
parent
69152c16be
commit
6507ce97b6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 09:42:01 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
- Add BuildRequires libopenblas-gnu-hpc >= 0.3.6 for hpc to avoid
|
||||
to build when openblas library not available (ppc64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 14:24:22 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
%define pname mumps
|
||||
%define ver 5.1.2
|
||||
%define so_ver 5
|
||||
%define openblas_vers 0.3.6
|
||||
|
||||
%define PNAME %(echo %{pname} | tr [a-z] [A-Z])
|
||||
%define _ver %(echo %{ver} | tr . _)
|
||||
@ -234,6 +235,7 @@ BuildRequires: %{mpi_family}%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc-macro
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libblacs2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel
|
||||
BuildRequires: libgomp1
|
||||
BuildRequires: libopenblas-%{compiler_family}-hpc >= %{openblas_vers}
|
||||
BuildRequires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel
|
||||
BuildRequires: suse-hpc
|
||||
%endif # hpc
|
||||
|
Loading…
Reference in New Issue
Block a user