Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2022-04-08 00:27:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Fri Apr 8 00:27:19 2022 rev:47 rq:967236 version:0.3.20 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2022-04-05 19:55:01.470520513 +0200 +++ /work/SRC/openSUSE:Factory/.openblas.new.1900/openblas.changes 2022-04-08 00:27:45.258298333 +0200 @@ -1,0 +2,11 @@ +Wed Apr 6 06:57:55 UTC 2022 - Egbert Eich <e...@suse.com> + +- Also build for s390x using latest gcc as requested by IBM + (jsc#SLE-18143, bsc#1197721). + +------------------------------------------------------------------- +Mon Apr 4 08:57:16 UTC 2022 - Egbert Eich <e...@suse.com> + +- Build HPC packages with gcc-<n> <n> >= 10 on Leap/SLE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.Fr7Vle/_old 2022-04-08 00:27:46.710282036 +0200 +++ /var/tmp/diff_new_pack.Fr7Vle/_new 2022-04-08 00:27:46.718281947 +0200 @@ -31,16 +31,6 @@ %global build_flags USE_THREAD=1 USE_OPENMP=1 -%ifarch ppc64le x86_64 -# Per request by IBM, always use latest gcc but 'stock' fortran -%if 0%{?sle_version} == 150400 -%define cc_v 11 -%endif -%if 0%{?sle_version} == 150300 -%define cc_v 10 -%endif -%endif - %if "%flavor" == "serial" %define build_flags USE_THREAD=0 USE_OPENMP=0 %define openblas_so_prio 20 @@ -140,6 +130,18 @@ %{bcond_without hpc} %endif +%ifarch ppc64le x86_64 s390x +%if 0%{?c_f_ver} > 9 +%else +%if 0%{?sle_version} == 150400 +%define cc_v 11 +%endif +%if 0%{?sle_version} == 150300 +%define cc_v 10 +%endif +%endif +%endif + %if %{without hpc} %if 0%{!?package_name:1} %define package_name %{pname}_%{flavor} @@ -197,11 +199,11 @@ #BuildRequires: cmake BuildRequires: memory-constraints -%if %{without hpc} -BuildRequires: gcc-fortran %if 0%{?cc_v:1} BuildRequires: gcc%{?cc_v}-fortran %endif +%if %{without hpc} +BuildRequires: gcc-fortran BuildRequires: update-alternatives Requires(post): update-alternatives Requires(preun):update-alternatives @@ -366,7 +368,8 @@ OPENBLAS_INCLUDE_DIR=%{p_includedir} \ OPENBLAS_CMAKE_DIR=%{p_cmakedir} \ PREFIX=%{p_prefix} \ - %{!?with_hpc:LIBNAMESUFFIX=%flavor FC=gfortran CC=gcc%{?cc_v:-%{cc_v}} %{?cc_v:CEXTRALIB=""}} + %{!?with_hpc:LIBNAMESUFFIX=%flavor FC=gfortran CC=gcc%{?cc_v:-%{cc_v}} %{?cc_v:CEXTRALIB=""}} \ + %{?with_hpc:%{?cc_v:CC=gcc-%{cc_v} CEXTRALIB=""}} %install %if %{with hpc}