Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2020-08-14 09:31:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openblas (Old)
 and      /work/SRC/openSUSE:Factory/.openblas.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openblas"

Fri Aug 14 09:31:36 2020 rev:33 rq:825919 version:0.3.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/openblas/openblas.changes        2020-06-22 
17:41:35.193015492 +0200
+++ /work/SRC/openSUSE:Factory/.openblas.new.3399/openblas.changes      
2020-08-14 09:32:49.836383089 +0200
@@ -1,0 +2,5 @@
+Wed Aug 12 02:36:15 UTC 2020 - Bernhard Wiedemann <[email protected]>
+
+- Avoid compile-time CPU-detection (boo#1100677)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openblas.spec ++++++
--- /var/tmp/diff_new_pack.MKcshQ/_old  2020-08-14 09:32:50.732383548 +0200
+++ /var/tmp/diff_new_pack.MKcshQ/_new  2020-08-14 09:32:50.732383548 +0200
@@ -281,7 +281,8 @@
 
 # Only x86/x86-64/ARMv8 CPUs support DYNAMIC_ARCH
 %ifarch %ix86 x86_64
-%define openblas_target DYNAMIC_ARCH=1
+# We specify TARGET= to avoid compile-time CPU-detection (boo#1100677)
+%define openblas_target TARGET=CORE2 DYNAMIC_ARCH=1
 %endif
 %ifarch aarch64
 %if !(0%{?suse_version} > 1500)


Reply via email to