Hello community, here is the log from the commit of package python3-scipy for openSUSE:Factory checked in at 2016-10-23 12:53:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-scipy (Old) and /work/SRC/openSUSE:Factory/.python3-scipy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-scipy" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-scipy/python3-scipy.changes 2016-09-21 18:49:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 2016-10-23 12:53:02.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Oct 21 19:12:29 UTC 2016 - [email protected] + +- Fix openBLAS usage. + +------------------------------------------------------------------- +Fri Oct 21 00:20:14 UTC 2016 - [email protected] + +- Add openBLAS support. + This can improve performance in many situations. +- Drop ATLAS support. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-scipy.spec ++++++ --- /var/tmp/diff_new_pack.dQZa0E/_old 2016-10-23 12:53:03.000000000 +0200 +++ /var/tmp/diff_new_pack.dQZa0E/_new 2016-10-23 12:53:03.000000000 +0200 @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -%define with_atlas 0 - Name: python3-scipy Version: 0.18.1 Release: 0 @@ -32,6 +29,9 @@ BuildRequires: gcc-c++ BuildRequires: gcc-fortran BuildRequires: lapack-devel +%if 0%{?is_opensuse} +BuildRequires: openblas-devel +%endif BuildRequires: python3 BuildRequires: python3-Cython >= 0.19 BuildRequires: python3-devel @@ -39,9 +39,6 @@ BuildRequires: python3-setuptools BuildRequires: suitesparse-devel-static BuildRequires: swig -%if %{with_atlas} == 1 -BuildRequires: libatlas3-devel -%endif Requires: python3-numpy >= 1.5.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,13 +70,11 @@ EOF %build -%if %{with_atlas} == 1 -export ATLAS=%{_libdir}/atlas -%endif CFLAGS="%{optflags} -fno-strict-aliasing" \ FFTW=%{_libdir} \ BLAS=%{_libdir} \ LAPACK=%{_libdir} \ +OPENBLAS=%{_libdir} \ python3 setup.py config_fc --fcompiler=gnu95 --noarch build %install
