diff --git a/_multibuild b/_multibuild index dc3a9bb..7bf17bd 100644 --- a/_multibuild +++ b/_multibuild @@ -2,6 +2,7 @@ standard gnu-hpc gnu-openmpi-hpc + gnu-openmpi2-hpc gnu-openmpi3-hpc gnu-mvapich2-hpc gnu-mpich-hpc diff --git a/fftw3.changes b/fftw3.changes index 7bf1e25..8f492af 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 14:48:04 UTC 2018 - eich@suse.com + +- Add support for openmpi2 for the HPC build (FATE#325089). + ------------------------------------------------------------------- Thu Feb 22 15:02:28 UTC 2018 - nmoreychaisemartin@suse.com diff --git a/fftw3.spec b/fftw3.spec index 26cf2e3..b3abf43 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -77,6 +77,16 @@ ExclusiveArch: do_not_build %bcond_without mpi %endif +%if "%{flavor}" == "gnu-openmpi2-hpc" +%{?DisOMPI2} +%global compiler_family gnu +%undefine c_f_ver +%global mpi_flavor openmpi +%define mpi_vers 2 +%bcond_without hpc +%bcond_without mpi +%endif + %if "%{flavor}" == "gnu-openmpi3-hpc" %{?DisOMPI3} %global compiler_family gnu