Hello community,

here is the log from the commit of package mpich for openSUSE:Factory checked 
in at 2020-06-10 00:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpich (Old)
 and      /work/SRC/openSUSE:Factory/.mpich.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpich"

Wed Jun 10 00:54:08 2020 rev:18 rq:813039 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpich/mpich.changes      2020-04-15 
19:57:35.989713055 +0200
+++ /work/SRC/openSUSE:Factory/.mpich.new.3606/mpich.changes    2020-06-10 
00:54:32.907902924 +0200
@@ -1,0 +2,5 @@
+Tue Jun  9 19:35:09 UTC 2020 - Nicolas Morey-Chaisemartin 
<[email protected]>
+
+- Fix compilation with GCC10 by adding -fallow-argument-mismatch to FFLAGS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpich.spec ++++++
--- /var/tmp/diff_new_pack.RZYNPx/_old  2020-06-10 00:54:34.019905802 +0200
+++ /var/tmp/diff_new_pack.RZYNPx/_new  2020-06-10 00:54:34.023905812 +0200
@@ -293,6 +293,12 @@
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+
+# GCC10 needs an extra flag to allow badly passed parameters
+%if 0%{?suse_version} > 1500
+export FFLAGS="-fallow-argument-mismatch $FFLAGS"
+%endif
+
 ./autogen.sh
 %{?with_hpc:%hpc_debug}
 %if %{with hpc}


Reply via email to