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-12-28 10:54:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openblas (Old)
 and      /work/SRC/openSUSE:Factory/.openblas.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openblas"

Wed Dec 28 10:54:15 2022 rev:53 rq:1045254 version:0.3.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/openblas/openblas.changes        2022-12-03 
10:03:31.983205800 +0100
+++ /work/SRC/openSUSE:Factory/.openblas.new.1563/openblas.changes      
2022-12-28 10:54:17.816036733 +0100
@@ -1,0 +2,6 @@
+Sun Dec 25 00:19:21 UTC 2022 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- Fix aarch64 builds with GCC < 9 (i.e. Leap/SLE 15.x), disable
+  NEOVERSEN2 target. See gh#xianyi/OpenBLAS#3874.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openblas.spec ++++++
--- /var/tmp/diff_new_pack.apTQYL/_old  2022-12-28 10:54:19.464045289 +0100
+++ /var/tmp/diff_new_pack.apTQYL/_new  2022-12-28 10:54:19.512045539 +0100
@@ -191,8 +191,6 @@
 Patch102:       Handle-s390-correctly.patch
 Patch103:       openblas-ppc64be_up2_p8.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 #BuildRequires:  cmake
 BuildRequires:  memory-constraints
 %if 0%{?cc_v:1}
@@ -346,6 +344,10 @@
 %endif
 %ifarch aarch64
 %global openblas_target %openblas_target TARGET=ARMV8
+%if 0%{?suse_version} < 1550
+# Only enable targets without sve when using GCC < 9
+%global openblas_target %openblas_target DYNAMIC_LIST="ARMV8 CORTEXA53 
CORTEXA57 CORTEXA72 CORTEXA73 CORTEXA55 FALKOR THUNDERX THUNDERX2T99 TSV110 
EMAG8180 NEOVERSEN1 NEOVERSEV1 THUNDERX3T110"
+%endif
 %define openblas_opt BUILD_BFLOAT16=1
 %endif
 %ifarch s390 s390x

Reply via email to