[packages/python-scipy] - now it uses Cython instead of swig, generated files are included in release tarballs - runtime-sel

qboosh qboosh at pld-linux.org
Wed Sep 4 18:33:19 CEST 2019


commit 00c8a9ab562002a9d3bf59bc8649e7aae117672c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 4 18:36:06 2019 +0200

    - now it uses Cython instead of swig, generated files are included in release tarballs
    - runtime-selectable UMFPACK is now wrapped via scikit-umfpack package

 python-scipy.spec | 5 +----
 1 file changed, 1 insertion(+), 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-scipy.git/commitdiff/00c8a9ab562002a9d3bf59bc8649e7aae117672c



More information about the pld-cvs-commit mailing list