Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2016-10-22 13:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python3-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-numpy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes      
2016-10-10 16:17:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2016-10-22 13:11:38.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 21 00:20:14 UTC 2016 - [email protected]
+
+- Add openBLAS support.
+  This can improve performance in many situations.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-numpy.spec ++++++
--- /var/tmp/diff_new_pack.yasekt/_old  2016-10-22 13:11:39.000000000 +0200
+++ /var/tmp/diff_new_pack.yasekt/_new  2016-10-22 13:11:39.000000000 +0200
@@ -35,6 +35,9 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
+%if 0%{?is_opensuse} 
+BuildRequires:  openblas-devel
+%endif
 BuildRequires:  python3 >= 3.2
 BuildRequires:  python3-devel >= 3.2
 BuildRequires:  python3-setuptools
@@ -63,6 +66,9 @@
 Requires:       blas-devel
 Requires:       gcc-fortran
 Requires:       lapack-devel
+%if 0%{?is_opensuse} 
+Requires:       openblas-devel
+%endif
 Requires:       python3-devel >= %{py3_ver}
 %if %{with_atlas} == 1
 Requires:       libatlas3-devel


Reply via email to