- 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:
Egbert Eich 2019-12-04 12:53:57 +00:00 committed by Git OBS Bridge
parent 7a43c7b812
commit 111763a119
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Tue Dec 3 12:06:39 UTC 2019 - Egbert Eich <eich@suse.com>
- Set %mpi_ver for scotch-openmpi - Set %mpi_ver for scotch-openmpi
- Remove requires for libblacs from HPC builds which is not - Remove requires for libblacs from HPC builds which is not
required there. required there.
- Add openmpi3 non-HPC build flavor.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 29 22:10:30 UTC 2019 - Egbert Eich <eich@suse.com> Fri Nov 29 22:10:30 UTC 2019 - Egbert Eich <eich@suse.com>

View File

@ -66,6 +66,13 @@ ExclusiveArch: do_not_build
%bcond_with hpc %bcond_with hpc
%endif %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" %if "%{flavor}" == "mvapich2"
%define mpi_family mvapich2 %define mpi_family mvapich2
%define mumps_f77_mpilibs -lfmpich -lmpich %define mumps_f77_mpilibs -lfmpich -lmpich