Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2018-06-20 15:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old)
 and      /work/SRC/openSUSE:Factory/.mvapich2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mvapich2"

Wed Jun 20 15:30:02 2018 rev:9 rq:617508 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes        2018-03-28 
10:31:46.876182777 +0200
+++ /work/SRC/openSUSE:Factory/.mvapich2.new/mvapich2.changes   2018-06-20 
15:31:09.458510114 +0200
@@ -1,0 +2,10 @@
+Mon Jun 18 13:12:15 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Add missing bsc and fate references to changelog
+
+-------------------------------------------------------------------
+Tue Jun 12 07:07:37 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Disable HPC builds for SLE12 (fate#323655) 
+
+-------------------------------------------------------------------
@@ -72 +82 @@
-  at the same time
+  at the same time (bsc#934090)
@@ -182 +192 @@
-- Update to version 2.2rc1. Changes since 2.1:
+- Update to version 2.2rc1 (fate#319240). Changes since 2.1:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mvapich2.spec ++++++
--- /var/tmp/diff_new_pack.QJryLD/_old  2018-06-20 15:31:10.746463385 +0200
+++ /var/tmp/diff_new_pack.QJryLD/_new  2018-06-20 15:31:10.750463240 +0200
@@ -144,6 +144,13 @@
 %global hpc_mvapich2_pack_version %{hpc_mvapich2_dep_version}
 %endif
 
+# Disable hpc builds for SLE12
+%if 0%{?sle_version} > 120200 && 0%{?sle_version} < 150000 && %{with hpc}
+%{bcond_with skip_hpc_build}
+%else
+%{bcond_without skip_hpc_build}
+%endif
+
 Name:           %{package_name}
 Summary:        OSU MVAPICH2 MPI package
 License:        BSD-3-Clause
@@ -160,6 +167,11 @@
 Patch2:         mvapich2-arm-support.patch
 Url:            http://mvapich.cse.ohio-state.edu/overview/mvapich2/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%if %{without skip_hpc_build}
+ExclusiveArch:  do_not_build
+%endif
+
 BuildRequires:  autoconf
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -181,11 +193,11 @@
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc
 %endif
-%if "%{build_flavor}" == "psm"
+%if "%{build_flavor}" == "psm" && %{with skip_hpc_build}
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  infinipath-psm-devel
 %endif
-%if "%{build_flavor}" == "psm2"
+%if "%{build_flavor}" == "psm2" && %{with skip_hpc_build}
 ExclusiveArch:  x86_64
 BuildRequires:  libpsm2-devel
 %endif


Reply via email to