Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2020-07-21 15:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf5 (Old)
 and      /work/SRC/openSUSE:Factory/.hdf5.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf5"

Tue Jul 21 15:49:11 2020 rev:68 rq:822016 version:1.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes        2020-07-03 
00:15:27.136670429 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new.3592/hdf5.changes      2020-07-21 
15:51:03.120344495 +0200
@@ -1,0 +2,6 @@
+Mon Jul 20 14:48:42 UTC 2020 - Egbert Eich <[email protected]>
+
+- Add missing openmpi4 flavors.
+- Enable build of non-HPC flavors for all non-HPC builds.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.KOtIu9/_old  2020-07-21 15:51:05.536347432 +0200
+++ /var/tmp/diff_new_pack.KOtIu9/_new  2020-07-21 15:51:05.540347437 +0200
@@ -180,6 +180,15 @@
 %define mpi_vers 3
 %endif
 
+%if "%{flavor}" == "gnu7-openmpi4-hpc"
+%{?DisOMPI4}
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 7
+%global mpi_flavor openmpi
+%define mpi_vers 4
+%endif
+
 %if "%{flavor}" == "gnu7-mpich-hpc"
 %bcond_without hpc
 %define compiler_family gnu
@@ -221,6 +230,15 @@
 %define mpi_vers 3
 %endif
 
+%if "%{flavor}" == "gnu8-openmpi4-hpc"
+%{?DisOMPI4}
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 8
+%global mpi_flavor openmpi
+%define mpi_vers 4
+%endif
+
 %if "%{flavor}" == "gnu8-mvapich2-hpc"
 %bcond_without hpc
 %define compiler_family gnu
@@ -269,6 +287,15 @@
 %define mpi_vers 3
 %endif
 
+%if "%{flavor}" == "gnu9-openmpi4-hpc"
+%{?DisOMPI4}
+%bcond_without hpc
+%define compiler_family gnu
+%define c_f_ver 9
+%global mpi_flavor openmpi
+%define mpi_vers 4
+%endif
+
 %if "%{flavor}" == "gnu9-mvapich2-hpc"
 %bcond_without hpc
 %define compiler_family gnu
@@ -283,11 +310,6 @@
 %global mpi_flavor mpich
 %endif
 
-# Don't build non-HPC on SLE
-%if !0%{?is_opensuse} && !0%{?with_hpc:1}
-ExclusiveArch:  do_not_build
-%endif
-
 %{?mpi_flavor:%{bcond_without mpi}}%{!?mpi_flavor:%{bcond_with mpi}}
 %{?with_hpc:%{!?compiler_family:%global compiler_family gnu}}
 %{?with_mpi:%{!?mpi_flavor:error "No MPI family specified!"}}


Reply via email to