From 1c2ba3b675f2dbecf30600a57643e8693f34913f0144f01a91ece0fc65d89211 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 14 Jun 2018 13:46:56 +0000 Subject: [PATCH] Accepting request 616878 from home:NMoreyChaisemartin:branches:science:HPC - Disable HPC builds for SLE12 (fate#323655) OBS-URL: https://build.opensuse.org/request/show/616878 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=39 --- mvapich2.changes | 5 +++++ mvapich2.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/mvapich2.changes b/mvapich2.changes index 4bdc91a..da44a3a 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 12 07:07:37 UTC 2018 - nmoreychaisemartin@suse.com + +- Disable HPC builds for SLE12 (fate#323655) + ------------------------------------------------------------------- Sun Mar 25 13:07:18 UTC 2018 - kasimir_@outlook.de diff --git a/mvapich2.spec b/mvapich2.spec index ca05681..0009e07 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -160,6 +160,10 @@ Patch1: mvapich2-pthread_yield.patch Patch2: mvapich2-arm-support.patch Url: http://mvapich.cse.ohio-state.edu/overview/mvapich2/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +# Disable hpc builds for SLE12 +%if 0%{?sle_version} > 120200 && 0%{?sle_version} < 150000 && %{with hpc} +ExclusiveArch: do_not_build +%endif BuildRequires: autoconf BuildRequires: autoconf BuildRequires: automake