Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpitests for openSUSE:Factory 
checked in at 2024-06-25 23:09:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpitests (Old)
 and      /work/SRC/openSUSE:Factory/.mpitests.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpitests"

Tue Jun 25 23:09:36 2024 rev:15 rq:1183209 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpitests/mpitests.changes        2024-02-26 
19:48:14.220082247 +0100
+++ /work/SRC/openSUSE:Factory/.mpitests.new.18349/mpitests.changes     
2024-06-25 23:10:43.745417501 +0200
@@ -1,0 +2,5 @@
+Tue Jun 25 13:21:10 UTC 2024 - Nicolas Morey <[email protected]>
+
+- Disable 32b builds of hpc flavours.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpitests.spec ++++++
--- /var/tmp/diff_new_pack.blYRXV/_old  2024-06-25 23:10:44.373440394 +0200
+++ /var/tmp/diff_new_pack.blYRXV/_new  2024-06-25 23:10:44.377440540 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mpitests
+# spec file
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -94,7 +94,7 @@
 # Disable hpc builds for SLE12
 ExclusiveArch:  do_not_build
 %endif
-ExcludeArch:    %{arm}
+ExcludeArch:    i586 %arm s390
 %endif
 
 %if "%{flavor}" == "mvapich2-psm2"
@@ -117,7 +117,7 @@
 %endif
 %endif
 
-%if "%{flavor}" == "openmpi4" || "%{flavor}" == "openmpi4-gnu-hpc"
+%if "%{flavor}" == "openmpi4"
 %if %{sles_pre_or_15}
 # Disable openmpi4 builds for SLES up to (including) 15
 ExclusiveArch:  do_not_build
@@ -126,11 +126,28 @@
 %endif
 %endif
 
+%if "%{flavor}" == "openmpi4-gnu-hpc"
+%if %{sles_pre_or_15}
+# Disable openmpi4 builds for SLES up to (including) 15
+ExclusiveArch:  do_not_build
+%else
+ExcludeArch:    i586 %arm s390 ppc64
+%endif
+%endif
+
+# Disable mpich builds for SLE12 as it is not available
+%if "%{flavor}" == "mpich-ofi" || "%{flavor}" == "mpich"
+%if %{sles_pre_15}
+ExclusiveArch:  do_not_build
+%endif
+%endif
+
 # Disable mpich builds for SLE12 as it is not available
-%if "%{flavor}" == "mpich-ofi" || "%{flavor}" == "mpich" || "%{flavor}" == 
"mpich-ofi-gnu-hpc" || "%{flavor}" == "mpich-gnu-hpc"
+%if "%{flavor}" == "mpich-ofi-gnu-hpc" || "%{flavor}" == "mpich-gnu-hpc"
 %if %{sles_pre_15}
 ExclusiveArch:  do_not_build
 %endif
+ExcludeArch:    i586 %arm s390
 %endif
 
 %description

Reply via email to