- Add support for openmpi2 for HPC (FATE#325089).

OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=65
This commit is contained in:
Egbert Eich 2018-02-09 20:11:42 +00:00 committed by Git OBS Bridge
parent f998106afc
commit 048c65c823
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 20:10:17 UTC 2018 - eich@suse.com
- Add support for openmpi2 for HPC (FATE#325089).
-------------------------------------------------------------------
Fri Feb 9 13:48:43 UTC 2018 - cgoll@suse.com

View File

@ -79,6 +79,15 @@ ExclusiveArch: do_not_build
%global mpi_flavor mvapich2
%endif
%if "%{flavor}" == "gnu-openmpi2-hpc"
%{?DisOMPI2}
%bcond_without hpc
%define compiler_family gnu
%undefine c_f_ver
%global mpi_flavor openmpi
%define mpi_vers 2
%endif
%if "%{flavor}" == "gnu-openmpi3-hpc"
%{?DisOMPI3}
%bcond_without hpc