Hello community,

here is the log from the commit of package mpiP for openSUSE:Factory checked in 
at 2018-01-13 21:49:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpiP (Old)
 and      /work/SRC/openSUSE:Factory/.mpiP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpiP"

Sat Jan 13 21:49:20 2018 rev:6 rq:563900 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpiP/mpiP.changes        2018-01-10 
23:35:01.744414520 +0100
+++ /work/SRC/openSUSE:Factory/.mpiP.new/mpiP.changes   2018-01-13 
21:49:27.708999567 +0100
@@ -1,0 +2,5 @@
+Fri Jan 12 15:37:28 UTC 2018 - [email protected]
+
+- Disable the openmpi3 flavor in some products.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpiP.spec ++++++
--- /var/tmp/diff_new_pack.gqZEi3/_old  2018-01-13 21:49:28.252974204 +0100
+++ /var/tmp/diff_new_pack.gqZEi3/_new  2018-01-13 21:49:28.256974018 +0100
@@ -22,11 +22,18 @@
 %define vers 3.4.1
 %define _vers 3_4_1
 
+%if 0%{?is_opensuse} || 0%{?is_backports}
+%undefine DisOMPI3
+%else
+%define DisOMPI3 ExclusiveArch:  do_not_build
+%endif
+
 %if "%flavor" == ""
 ExclusiveArch:  do_not_build
 %endif
 
 %if "%{flavor}" == "gnu-openmpi-hpc"
+%{?DisOMPI1}
 %global compiler_family gnu
 %undefine c_f_ver
 %define mpi_family openmpi
@@ -34,6 +41,7 @@
 %endif
 
 %if "%{flavor}" == "gnu-openmpi3-hpc"
+%{?DisOMPI3}
 %global compiler_family gnu
 %undefine c_f_ver
 %define mpi_family openmpi
@@ -53,6 +61,7 @@
 %endif
 
 %if "%{flavor}" == "gnu7-openmpi-hpc"
+%{?DisOMPI1}
 %global compiler_family gnu
 %define c_f_ver 7
 %define mpi_family openmpi
@@ -60,6 +69,7 @@
 %endif
 
 %if "%{flavor}" == "gnu7-openmpi3-hpc"
+%{?DisOMPI3}
 %global compiler_family gnu
 %define c_f_ver 7
 %define mpi_family openmpi


Reply via email to