forked from pool/openmpi4
Accepting request 889294 from home:NMoreyChaisemartin:branches:science:HPC
- openmpi4 is now the default openmpi for releases > 15.3 OBS-URL: https://build.opensuse.org/request/show/889294 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=16
This commit is contained in:
parent
b3c1bfbb9b
commit
dbbdfa5742
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 11:08:54 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- openmpi4 is now the default openmpi for releases > 15.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 09:24:33 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -104,7 +104,11 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
|
||||
# Detect whether we are the default openMPI implemantation or not
|
||||
%if "%{flavor}" == "standard" && (%{suse_version} > 1500 || 0%{?sle_version} > 150300)
|
||||
%define default_openmpi 1
|
||||
%else
|
||||
%define default_openmpi 0
|
||||
%endif
|
||||
|
||||
%if %{with hpc}
|
||||
%{!?compiler_family:%global compiler_family gnu}
|
||||
|
Loading…
Reference in New Issue
Block a user