Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2020-07-24 12:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old)
 and      /work/SRC/openSUSE:Factory/.mvapich2.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mvapich2"

Fri Jul 24 12:10:45 2020 rev:23 rq:822495 version:2.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes        2020-06-11 
10:03:45.434978759 +0200
+++ /work/SRC/openSUSE:Factory/.mvapich2.new.3592/mvapich2.changes      
2020-07-24 12:10:51.941893600 +0200
@@ -1,0 +2,5 @@
+Thu Jul 23 15:53:00 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Add build support for gcc8/9/10 to HPC build (bsc#1174439).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mvapich2.spec ++++++
--- /var/tmp/diff_new_pack.mVbyyz/_old  2020-07-24 12:10:53.205894871 +0200
+++ /var/tmp/diff_new_pack.mVbyyz/_new  2020-07-24 12:10:53.209894875 +0200
@@ -113,6 +113,90 @@
 %{bcond_without hpc}
 %endif
 
+%if "%flavor" == "gnu8-hpc"
+%define compiler_family gnu
+%define c_f_ver 8
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+%if "%flavor" == "gnu8-hpc-testsuite"
+%define compiler_family gnu
+%define c_f_ver 8
+%define testsuite 1
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu8-hpc-psm"
+%define compiler_family gnu
+%define c_f_ver 8
+%define build_flavor psm
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu8-hpc-psm2"
+%define compiler_family gnu
+%define c_f_ver 8
+%define build_flavor psm2
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu9-hpc"
+%define compiler_family gnu
+%define c_f_ver 9
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+%if "%flavor" == "gnu9-hpc-testsuite"
+%define compiler_family gnu
+%define c_f_ver 9
+%define testsuite 1
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu9-hpc-psm"
+%define compiler_family gnu
+%define c_f_ver 9
+%define build_flavor psm
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu9-hpc-psm2"
+%define compiler_family gnu
+%define c_f_ver 9
+%define build_flavor psm2
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu10-hpc"
+%define compiler_family gnu
+%define c_f_ver 10
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+%if "%flavor" == "gnu10-hpc-testsuite"
+%define compiler_family gnu
+%define c_f_ver 10
+%define testsuite 1
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu10-hpc-psm"
+%define compiler_family gnu
+%define c_f_ver 10
+%define build_flavor psm
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu10-hpc-psm2"
+%define compiler_family gnu
+%define c_f_ver 10
+%define build_flavor psm2
+%{bcond_without hpc}
+%endif
+
 %if "%{build_flavor}" != "verbs"
 %define pack_suff %{?build_flavor:-%{build_flavor}}
 %endif


Reply via email to