Hello community, here is the log from the commit of package openblas for openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/openblas (Old) and /work/SRC/openSUSE:Leap:15.2/.openblas.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Fri Mar 13 10:56:12 2020 rev:29 rq:781749 version:0.3.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/openblas/openblas.changes 2020-01-15 15:36:45.786999875 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.openblas.new.3160/openblas.changes 2020-03-13 10:56:23.172392372 +0100 @@ -1,0 +2,5 @@ +Wed Feb 26 12:22:00 UTC 2020 - Egbert Eich <[email protected]> + +- Add support for gcc8/9 building (jsc#SLE-8604). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.cpdtM3/_old 2020-03-13 10:56:23.656392716 +0100 +++ /var/tmp/diff_new_pack.cpdtM3/_new 2020-03-13 10:56:23.660392719 +0100 @@ -64,23 +64,51 @@ %{bcond_without hpc} %endif +%if "%flavor" == "gnu-hpc-pthreads" +%define compiler_family gnu +%undefine c_f_ver +%define ext pthreads +%define build_flags USE_THREAD=1 USE_OPENMP=0 +%{bcond_without hpc} +%endif + %if "%flavor" == "gnu7-hpc" %define compiler_family gnu %define c_f_ver 7 %{bcond_without hpc} %endif -%if "%flavor" == "gnu-hpc-pthreads" +%if "%flavor" == "gnu7-hpc-pthreads" %define compiler_family gnu -%undefine c_f_ver +%define c_f_ver 7 %define ext pthreads %define build_flags USE_THREAD=1 USE_OPENMP=0 %{bcond_without hpc} %endif -%if "%flavor" == "gnu7-hpc-pthreads" +%if "%flavor" == "gnu8-hpc" %define compiler_family gnu -%define c_f_ver 7 +%define c_f_ver 8 +%{bcond_without hpc} +%endif + +%if "%flavor" == "gnu8-hpc-pthreads" +%define compiler_family gnu +%define c_f_ver 8 +%define ext pthreads +%define build_flags USE_THREAD=1 USE_OPENMP=0 +%{bcond_without hpc} +%endif + +%if "%flavor" == "gnu9-hpc" +%define compiler_family gnu +%define c_f_ver 9 +%{bcond_without hpc} +%endif + +%if "%flavor" == "gnu9-hpc-pthreads" +%define compiler_family gnu +%define c_f_ver 9 %define ext pthreads %define build_flags USE_THREAD=1 USE_OPENMP=0 %{bcond_without hpc}
