- Add openmpi3 non-HPC build flavor.
OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=41
This commit is contained in:
parent
7a43c7b812
commit
111763a119
@ -4,6 +4,7 @@ Tue Dec 3 12:06:39 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||
- Set %mpi_ver for scotch-openmpi
|
||||
- Remove requires for libblacs from HPC builds which is not
|
||||
required there.
|
||||
- Add openmpi3 non-HPC build flavor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 22:10:30 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||
|
@ -66,6 +66,13 @@ ExclusiveArch: do_not_build
|
||||
%bcond_with hpc
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "openmpi3"
|
||||
%define mpi_family openmpi
|
||||
%define mumps_f77_mpilibs -lmpi_mpifh -lmpi
|
||||
%define mpi_ver 3
|
||||
%bcond_with hpc
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "mvapich2"
|
||||
%define mpi_family mvapich2
|
||||
%define mumps_f77_mpilibs -lfmpich -lmpich
|
||||
|
Loading…
Reference in New Issue
Block a user