Hello community, here is the log from the commit of package mumps for openSUSE:Leap:15.2 checked in at 2020-06-02 22:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mumps (Old) and /work/SRC/openSUSE:Leap:15.2/.mumps.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mumps" Tue Jun 2 22:26:29 2020 rev:5 rq:810746 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mumps/mumps.changes 2020-05-07 19:27:51.273551674 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.mumps.new.3606/mumps.changes 2020-06-02 22:26:30.247069144 +0200 @@ -1,0 +2,6 @@ +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.lvP5AN/_old 2020-06-02 22:26:30.579070183 +0200 +++ /var/tmp/diff_new_pack.lvP5AN/_new 2020-06-02 22:26:30.579070183 +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
