Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2019-03-14 14:51:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Thu Mar 14 14:51:02 2019 rev:25 rq:684454 version:0.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2019-02-24 18:03:26.559773720 +0100 +++ /work/SRC/openSUSE:Factory/.openblas.new.28833/openblas.changes 2019-03-14 14:51:09.611798354 +0100 @@ -1,0 +2,7 @@ +Sun Mar 10 06:06:05 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Reduce _constraints to a reasonable size, the old constraints + were probably necessary pre multibuild. +- Enable DYNAMIC_ARCH for aarch64, available since 0.3.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.s8R1S7/_old 2019-03-14 14:51:11.487798083 +0100 +++ /var/tmp/diff_new_pack.s8R1S7/_new 2019-03-14 14:51:11.491798082 +0100 @@ -257,13 +257,17 @@ %hpc_setup_compiler %endif -# Only x86/x86-64 CPUs support DYNAMIC_ARCH +# Only x86/x86-64/ARMv8 CPUs support DYNAMIC_ARCH %ifarch %ix86 x86_64 %define openblas_target DYNAMIC_ARCH=1 %endif -# Temporary fix, OpenBLAS does not autodetect aarch64 %ifarch aarch64 +%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 %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'? ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.s8R1S7/_old 2019-03-14 14:51:11.551798074 +0100 +++ /var/tmp/diff_new_pack.s8R1S7/_new 2019-03-14 14:51:11.551798074 +0100 @@ -1,10 +1,10 @@ <constraints> <hardware> <disk> - <size unit="G">20</size> + <size unit="G">8</size> </disk> <memory> - <size unit="M">8000</size> + <size unit="M">4000</size> </memory> </hardware> </constraints>
