Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package imb for openSUSE:Factory checked in 
at 2023-10-23 23:41:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imb (Old)
 and      /work/SRC/openSUSE:Factory/.imb.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imb"

Mon Oct 23 23:41:03 2023 rev:15 rq:1119586 version:2021.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/imb/imb.changes  2023-10-10 21:02:55.891807442 
+0200
+++ /work/SRC/openSUSE:Factory/.imb.new.1945/imb.changes        2023-10-23 
23:41:10.988004341 +0200
@@ -1,0 +2,6 @@
+Fri Oct 20 10:20:53 UTC 2023 - Nicolas Morey <[email protected]>
+
+- Drop support for openmpi[123] (jsc#PED-7111)
+- Prepare support for openmpi5
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ imb.spec ++++++
--- /var/tmp/diff_new_pack.kQ3pXS/_old  2023-10-23 23:41:11.672029172 +0200
+++ /var/tmp/diff_new_pack.kQ3pXS/_new  2023-10-23 23:41:11.672029172 +0200
@@ -49,40 +49,22 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "openmpi1"
-%{bcond_with hpc}
-%undefine c_f_ver
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "openmpi2"
-%{bcond_with hpc}
-%undefine c_f_ver
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "openmpi3"
+%if "%{flavor}" == "openmpi4"
 %{bcond_with hpc}
 %undefine c_f_ver
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "openmpi4"
+%if "%{flavor}" == "openmpi5"
 %{bcond_with hpc}
 %undefine c_f_ver
 %global mpi_flavor openmpi
 %define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI4}
+%{?DisOMPI5}
 %endif
 
 %if "%{flavor}" == "gnu-mvapich2-hpc"
@@ -102,48 +84,26 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "gnu-openmpi-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%undefine c_f_ver
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "gnu-openmpi2-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%undefine c_f_ver
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "gnu-openmpi3-hpc"
+%if "%{flavor}" == "gnu-openmpi4-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %undefine c_f_ver
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "gnu-openmpi4-hpc"
+%if "%{flavor}" == "gnu-openmpi5-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %undefine c_f_ver
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 4
+%define mpi_vers 5
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI4}
+%{?DisOMPI5}
 %endif
 
 %if "%{flavor}" == "gnu7-mvapich2-hpc"
@@ -163,48 +123,26 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "gnu7-openmpi-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 7
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "gnu7-openmpi2-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 7
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "gnu7-openmpi3-hpc"
+%if "%{flavor}" == "gnu7-openmpi4-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 7
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "gnu7-openmpi4-hpc"
+%if "%{flavor}" == "gnu7-openmpi5-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 7
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 4
+%define mpi_vers 5
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI4}
+%{?DisOMPI5}
 %endif
 
 %if "%{flavor}" == "gnu8-mvapich2-hpc"
@@ -224,46 +162,24 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "gnu8-openmpi-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 8
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "gnu8-openmpi2-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 8
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "gnu8-openmpi3-hpc"
+%if "%{flavor}" == "gnu8-openmpi4-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 8
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "gnu8-openmpi4-hpc"
+%if "%{flavor}" == "gnu8-openmpi5-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 8
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 4
+%define mpi_vers 5
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI4}
 %endif
@@ -285,48 +201,26 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "gnu9-openmpi-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 9
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "gnu9-openmpi2-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 9
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "gnu9-openmpi3-hpc"
+%if "%{flavor}" == "gnu9-openmpi4-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 9
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "gnu9-openmpi4-hpc"
+%if "%{flavor}" == "gnu9-openmpi5-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 9
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 4
+%define mpi_vers 5
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI4}
+%{?DisOMPI5}
 %endif
 
 %if "%{flavor}" == "gnu10-mvapich2-hpc"
@@ -346,48 +240,26 @@
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
-%if "%{flavor}" == "gnu10-openmpi-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 10
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI1}
-%endif
-
-%if "%{flavor}" == "gnu10-openmpi2-hpc"
-%{bcond_without hpc}
-%define compiler_family gnu
-%define c_f_ver 10
-# macro mpi is used by macros for master package
-%global mpi_flavor openmpi
-%define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI2}
-%endif
-
-%if "%{flavor}" == "gnu10-openmpi3-hpc"
+%if "%{flavor}" == "gnu10-openmpi4-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 10
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 3
+%define mpi_vers 4
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI3}
+%{?DisOMPI4}
 %endif
 
-%if "%{flavor}" == "gnu10-openmpi4-hpc"
+%if "%{flavor}" == "gnu10-openmpi5-hpc"
 %{bcond_without hpc}
 %define compiler_family gnu
 %define c_f_ver 10
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
-%define mpi_vers 4
+%define mpi_vers 5
 %define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
-%{?DisOMPI4}
+%{?DisOMPI5}
 %endif
 
 %if %{without hpc}

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.kQ3pXS/_old  2023-10-23 23:41:11.704030335 +0200
+++ /var/tmp/diff_new_pack.kQ3pXS/_new  2023-10-23 23:41:11.704030335 +0200
@@ -1,13 +1,7 @@
 <multibuild>
-  <package>openmpi1</package>
-  <package>openmpi2</package>
-  <package>openmpi3</package>
   <package>openmpi4</package>
   <package>mpich</package>
   <package>mvapich2</package>
-  <package>gnu-openmpi-hpc</package>
-  <package>gnu-openmpi2-hpc</package>
-  <package>gnu-openmpi3-hpc</package>
   <package>gnu-openmpi4-hpc</package>
   <package>gnu-mpich-hpc</package>
   <package>gnu-mvapich2-hpc</package>

Reply via email to