Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2020-09-29 18:59:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Tue Sep 29 18:59:09 2020 rev:35 rq:837347 version:0.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2020-09-14 12:16:37.420442856 +0200 +++ /work/SRC/openSUSE:Factory/.openblas.new.4249/openblas.changes 2020-09-29 18:59:11.357582956 +0200 @@ -1,0 +2,5 @@ +Thu Sep 24 10:45:45 UTC 2020 - Egbert Eich <[email protected]> + +- For s390/s390x add TARGET=ZARCH_GENERIC (jsc#SLE-13773). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.wOOOVq/_old 2020-09-29 18:59:12.073583826 +0200 +++ /var/tmp/diff_new_pack.wOOOVq/_new 2020-09-29 18:59:12.077583830 +0200 @@ -299,12 +299,15 @@ %define openblas_target TARGET=CORE2 DYNAMIC_ARCH=1 %endif %ifarch aarch64 -%if !(0%{?suse_version} > 1500) + %if !(0%{?suse_version} > 1500) # Temporary fix, SLE/Leap15.x compiler segfaults for -mtune=cortex-a57 with kernel/arm/axpby.c (boo#1128794) -%define openblas_target TARGET=ARMV8 -%else -%define openblas_target DYNAMIC_ARCH=1 -%endif + %define openblas_target TARGET=ARMV8 + %else + %define openblas_target DYNAMIC_ARCH=1 + %ifarch s390 s390x + %define openblas_target %openblas_target TARGET=ZARCH_GENERIC + %endif + %endif %endif # force -mvsx for ppc64 to avoid build failure: # ../kernel/power/sasum_microk_power8.c:41:3: error: '__vector' undeclared (first use in this function); did you mean '__cpow'?
