Hello community,

here is the log from the commit of package mpitests for openSUSE:Factory 
checked in at 2018-07-09 13:28:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpitests (Old)
 and      /work/SRC/openSUSE:Factory/.mpitests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpitests"

Mon Jul  9 13:28:20 2018 rev:4 rq:621105 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpitests/mpitests.changes        2018-02-13 
10:31:28.936599273 +0100
+++ /work/SRC/openSUSE:Factory/.mpitests.new/mpitests.changes   2018-07-09 
13:29:18.450737103 +0200
@@ -1,0 +2,5 @@
+Wed Mar 28 09:29:59 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Add a bcond to force build against openmpi3 on SLE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpitests.spec ++++++
--- /var/tmp/diff_new_pack.pd2uS6/_old  2018-07-09 13:29:19.018735951 +0200
+++ /var/tmp/diff_new_pack.pd2uS6/_new  2018-07-09 13:29:19.022735943 +0200
@@ -88,9 +88,13 @@
 %endif
 %if "%{flavor}" == "openmpi3" || "%{flavor}" == "openmpi3-gnu-hpc"
 %if !0%{?is_opensuse}
-#OpenMPI3 is not available in SLE, so do not build these flavors
+#OpenMPI3 is not available in SLE, so do not build these flavors unless
+#with openmpi3 is set
+%bcond_with mpitests_openmpi3
+%if %{without mpitests_openmpi3}
 ExclusiveArch:  do_not_build
 %endif
+%endif
 ExcludeArch:    ppc64
 %endif
 


Reply via email to