SHA256
1
0
forked from pool/mumps

- Remove libblacs as explicit dependency for HPC build. BLACS

is part of scalapack.

OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=42
This commit is contained in:
Egbert Eich 2019-12-05 09:19:00 +00:00 committed by Git OBS Bridge
parent 111763a119
commit 7585569a78
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@ Tue Dec 3 12:06:39 UTC 2019 - Egbert Eich <eich@suse.com>
- Remove requires for libblacs from HPC builds which is not
required there.
- Add openmpi3 non-HPC build flavor.
- Remove libblacs as explicit dependency for HPC build. BLACS
is part of scalapack.
-------------------------------------------------------------------
Fri Nov 29 22:10:30 UTC 2019 - Egbert Eich <eich@suse.com>

View File

@ -471,7 +471,6 @@ Requires: lapack-devel
Recommends: gcc-fortran
%else # hpc
%hpc_requires_devel
Requires: libblacs2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel
Requires: libscalapack2-%{compiler_family}-%{mpi_family}%{?mpi_ver}-hpc-devel
%endif