Accepting request 657611 from home:TheBlackCat:branches:science

- Also build for regular openmpi2 and openmpi3

OBS-URL: https://build.opensuse.org/request/show/657611
OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=92
This commit is contained in:
Todd R 2018-12-17 16:21:15 +00:00 committed by Git OBS Bridge
parent e42de3243c
commit 5ba5e4a7b5
3 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<multibuild>
<package>serial</package>
<package>openmpi</package>
<package>openmpi2</package>
<package>openmpi3</package>
<package>mvapich2</package>
<package>gnu-openmpi-hpc</package>
<package>gnu-openmpi2-hpc</package>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 12 15:28:48 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Also build for regular openmpi2 and openmpi3
-------------------------------------------------------------------
Thu Nov 22 18:15:55 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -52,6 +52,16 @@ ExclusiveArch: do_not_build
%bcond_with hpc
%endif
%if "%{flavor}" == "openmpi2"
%global mpi_flavor %{flavor}
%bcond_with hpc
%endif
%if "%{flavor}" == "openmpi3"
%global mpi_flavor %{flavor}
%bcond_with hpc
%endif
%if "%{flavor}" == "mvapich2"
%global mpi_flavor %{flavor}
%bcond_with hpc