Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2023-02-03 22:04:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Fri Feb  3 22:04:37 2023 rev:113 rq:1062552 version:1.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2023-01-24 20:32:23.232392523 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.4462/python-numpy.changes      
2023-02-03 22:16:27.599199278 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 21:44:21 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- build-conditionalize cblas dependency, it is missing on SLE <= 15
+  related to bsc#1177260 not being fixable for SLE15 (jsc#PED-3257)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.T8LMyZ/_old  2023-02-03 22:16:28.015201695 +0100
+++ /var/tmp/diff_new_pack.T8LMyZ/_new  2023-02-03 22:16:28.019201718 +0100
@@ -46,8 +46,10 @@
 #
 %if 0%{?suse_version} > 1500
 %bcond_without libalternatives
+%bcond_without cblas
 %else
 %bcond_with libalternatives
+%bcond_with cblas
 %endif
 #
 %bcond_with ringdisabled
@@ -112,11 +114,13 @@
 BuildRequires:  openblas-devel > 0.3.20
 %else
 BuildRequires:  blas-devel
-BuildRequires:  cblas-devel
 BuildRequires:  lapack-devel
+%if %{with cblas}
 # openblas has significantly better performance for some operations
+BuildRequires:  cblas-devel
 Recommends:     libopenblas_pthreads0
 %endif
+%endif
 %if %{with libalternatives}
 BuildRequires:  alts
 Requires:       alts
@@ -157,7 +161,9 @@
 Requires:       openblas-devel
 %else
 Requires:       blas-devel
+%if %{with cblas}
 Requires:       cblas-devel
+%endif
 Requires:       lapack-devel
 %endif
 %else

Reply via email to