Hello community,

here is the log from the commit of package linbox for openSUSE:Factory checked 
in at 2018-08-18 00:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linbox (Old)
 and      /work/SRC/openSUSE:Factory/.linbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linbox"

Sat Aug 18 00:03:42 2018 rev:4 rq:629457 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/linbox/linbox.changes    2018-06-29 
22:32:46.758190330 +0200
+++ /work/SRC/openSUSE:Factory/.linbox.new/linbox.changes       2018-08-18 
00:03:44.679011161 +0200
@@ -1,0 +2,5 @@
+Wed Aug 15 13:47:53 UTC 2018 - sch...@suse.de
+
+- Add option to build without openblas
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ linbox.spec ++++++
--- /var/tmp/diff_new_pack.mHzzQI/_old  2018-08-18 00:03:45.259012894 +0200
+++ /var/tmp/diff_new_pack.mHzzQI/_new  2018-08-18 00:03:45.279012954 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without openblas
+
 Name:           linbox
 %define lname   liblinbox0
 Version:        1.5.2
@@ -37,7 +39,12 @@
 BuildRequires:  libtool
 BuildRequires:  mpfr-devel
 BuildRequires:  ntl-devel
+%if %{with openblas}
 BuildRequires:  openblas-devel
+%else
+BuildRequires:  blas-devel
+BuildRequires:  cblas-devel
+%endif
 BuildRequires:  pkgconfig(fflas-ffpack) >= 2.3.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 


Reply via email to