summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2019-09-04 16:36:06 (GMT)
committerJakub Bogusz2019-09-04 16:36:06 (GMT)
commit00c8a9ab562002a9d3bf59bc8649e7aae117672c (patch)
tree1720872c3032e1d0856bf1d587690fdbc5fc884c
parent27af05f84972ce8a02032e1cbc339e36c2906f35 (diff)
downloadpython-scipy-00c8a9ab562002a9d3bf59bc8649e7aae117672c.zip
python-scipy-00c8a9ab562002a9d3bf59bc8649e7aae117672c.tar.gz
- now it uses Cython instead of swig, generated files are included in release tarballs
- runtime-selectable UMFPACK is now wrapped via scikit-umfpack package
-rw-r--r--python-scipy.spec5
1 files changed, 1 insertions, 4 deletions
diff --git a/python-scipy.spec b/python-scipy.spec
index 6310ac4..5de60a4 100644
--- a/python-scipy.spec
+++ b/python-scipy.spec
@@ -19,12 +19,10 @@ Group: Development/Languages/Python
Source0: https://github.com/scipy/scipy/releases/download/v%{version}/%{module}-%{version}.tar.gz
# Source0-md5: d94de858fba4f24de7d6dd16f1caeb5d
URL: https://www.scipy.org/
-BuildRequires: UMFPACK-devel
BuildRequires: blas-devel >= 3.6.0
BuildRequires: gcc-fortran
BuildRequires: lapack-devel >= 3.6.0
BuildRequires: rpmbuild(macros) >= 1.714
-BuildRequires: swig-python
%if %{with python2}
BuildRequires: f2py >= 1:1.8.2
BuildRequires: python >= 1:2.7
@@ -87,7 +85,6 @@ export CFLAGS LDFLAGS
export BLAS=%{_libdir}
export LAPACK=%{_libdir}
-export UMFPACK=%{_libdir}
%if %{with python2}
%py_build
@@ -99,9 +96,9 @@ export UMFPACK=%{_libdir}
%install
rm -rf $RPM_BUILD_ROOT
+
export BLAS=%{_libdir}
export LAPACK=%{_libdir}
-export UMFPACK=%{_libdir}
%if %{with python2}
%py_install