Hello community,

here is the log from the commit of package iml for openSUSE:Factory checked in 
at 2017-09-13 22:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iml (Old)
 and      /work/SRC/openSUSE:Factory/.iml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iml"

Wed Sep 13 22:32:44 2017 rev:2 rq:522836 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/iml/iml.changes  2016-06-02 09:38:34.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.iml.new/iml.changes     2017-09-13 
22:32:48.274750229 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 21:42:47 UTC 2017 - [email protected]
+
+- For the BLAS implementation, switch from cblas to openblas.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iml.spec ++++++
--- /var/tmp/diff_new_pack.wZxeXk/_old  2017-09-13 22:32:48.902661834 +0200
+++ /var/tmp/diff_new_pack.wZxeXk/_new  2017-09-13 22:32:48.906661270 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iml
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,9 +26,8 @@
 Url:            https://cs.uwaterloo.ca/~astorjoh/iml.html
 
 Source:         http://www.cs.uwaterloo.ca/~astorjoh/%name-%version.tar.bz2
-BuildRequires:  blas-devel
-BuildRequires:  cblas-devel
 BuildRequires:  gmp-devel >= 3.1.1
+BuildRequires:  openblas-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,7 +68,7 @@
 %setup -q
 
 %build
-%configure --enable-shared --disable-static --with-cblas="-lcblas -lblas"
+%configure --enable-shared --disable-static --with-cblas="-lopenblas"
 make %{?_smp_mflags}
 
 %check


Reply via email to