SHA256
1
0
forked from pool/mpiP

Accepting request 752427 from home:eeich:branches:science:HPC

- Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).

OBS-URL: https://build.opensuse.org/request/show/752427
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpiP?expand=0&rev=25
This commit is contained in:
Egbert Eich 2019-11-29 17:42:07 +00:00 committed by Git OBS Bridge
parent 8673967a3e
commit 873683b6a6
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 28 16:03:47 UTC 2019 - Egbert Eich <eich@suse.com>
- Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
-------------------------------------------------------------------
Thu Sep 26 09:40:42 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -22,9 +22,10 @@
%define vers 3.4.1
%define _vers 3_4_1
%if 0%{?is_opensuse} || 0%{?is_backports}
%undefine DisOMPI3
%else
%if 0%{?sle_version} >= 150200
%define DisOMPI1 ExclusiveArch: do_not_build
%endif
%if 0%{!?is_opensuse:1} && 0%{?sle_version:1} && 0%{?sle_version} < 150200
%define DisOMPI3 ExclusiveArch: do_not_build
%endif