Hello community, here is the log from the commit of package mumps for openSUSE:Factory checked in at 2020-07-01 14:27:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mumps (Old) and /work/SRC/openSUSE:Factory/.mumps.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mumps" Wed Jul 1 14:27:07 2020 rev:10 rq:817965 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mumps/mumps.changes 2019-12-12 23:18:39.386210826 +0100 +++ /work/SRC/openSUSE:Factory/.mumps.new.3060/mumps.changes 2020-07-01 14:27:09.154852718 +0200 @@ -1,0 +2,12 @@ +Tue Jun 30 20:05:56 UTC 2020 - Egbert Eich <[email protected]> + +- With gcc10, some fortran code started failing to build - + add compiler option -std=legacy to fix (bsc#1173549). + +------------------------------------------------------------------- +Tue Jun 2 07:50:37 UTC 2020 - Egbert Eich <[email protected]> + +- Add macros to handle building of openmpi1 flavors for serial + builds as well (bsc#1172345). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mumps.spec ++++++ --- /var/tmp/diff_new_pack.TOnnBD/_old 2020-07-01 14:27:09.934855137 +0200 +++ /var/tmp/diff_new_pack.TOnnBD/_new 2020-07-01 14:27:09.938855149 +0200 @@ -1,7 +1,7 @@ # # spec file for package mumps # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,6 +53,7 @@ %endif %if "%{flavor}" == "openmpi1" +%{?DisOMPI1} %define mpi_family openmpi %define mumps_f77_mpilibs -lmpi_mpifh -lmpi %define mpi_ver 1 @@ -80,6 +81,7 @@ %endif %if "%{flavor}" == "scotch-openmpi1" +%{?DisOMPI1} %define mpi_family openmpi %define mumps_f77_mpilibs -lmpi_mpifh -lmpi %define mpi_ver 1 @@ -578,7 +580,7 @@ %if %{with mpi} # Set LD_LIBRARY_PATH and PATH %define C_C mpicc - %define F_C mpif77 + %define F_C mpif77 -std=legacy %define F_L mpif77 %define SCALAP -lscalapack %{!?with_hpc:-lblacs} %define MUMPS_LIBF77 %{!?with_hpc:-L%{my_libdir}} %{?mumps_f77_mpilibs} @@ -588,7 +590,7 @@ %define LIBS \\\$(LIBPAR) %else # mpi %define C_C gcc - %define F_C gfortran + %define F_C gfortran -std=legacy %define F_L gfortran %define LIBSEQNEEDED libseqneeded %define MUMPS_LIBF77 -lmpiseq%{?PLAT}
