Hello community, here is the log from the commit of package superlu for openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/superlu (Old) and /work/SRC/openSUSE:Leap:15.2/.superlu.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "superlu" Fri Mar 13 10:56:07 2020 rev:15 rq:781747 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/superlu/superlu.changes 2020-01-15 16:04:29.911959745 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.superlu.new.3160/superlu.changes 2020-03-13 10:56:20.708390614 +0100 @@ -1,0 +2,5 @@ +Wed Feb 26 12:30:51 UTC 2020 - Egbert Eich <[email protected]> + +- Add support for gcc8/9 building (jsc#SLE-8604). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ superlu.spec ++++++ --- /var/tmp/diff_new_pack.ogme4N/_old 2020-03-13 10:56:22.280391735 +0100 +++ /var/tmp/diff_new_pack.ogme4N/_new 2020-03-13 10:56:22.284391738 +0100 @@ -1,7 +1,7 @@ # # spec file for package superlu # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -38,6 +38,24 @@ %undefine c_f_ver %endif +%if "%{flavor}" == "gnu7-hpc" +%bcond_without hpc +%global compiler_family gnu +%undefine c_f_ver 7 +%endif + +%if "%{flavor}" == "gnu8-hpc" +%bcond_without hpc +%global compiler_family gnu +%define c_f_ver 8 +%endif + +%if "%{flavor}" == "gnu9-hpc" +%bcond_without hpc +%global compiler_family gnu +%define c_f_ver 9 +%endif + %bcond_with ringdisabled %if %{with hpc} && %{with ringdisabled}
