[packages/python-scipy] - workaround for crappy BLAS/LAPACK/UMFPACK detection - rel 3

baggins baggins at pld-linux.org
Sun Jun 28 15:45:27 CEST 2015


commit d7d48b9a01a8348b3e6c9bc79b0a16f44cb1a2da
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 28 15:45:00 2015 +0200

    - workaround for crappy BLAS/LAPACK/UMFPACK detection
    - rel 3

 python-scipy.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/python-scipy.spec b/python-scipy.spec
index 9f531fa..5287cc1 100644
--- a/python-scipy.spec
+++ b/python-scipy.spec
@@ -10,7 +10,7 @@ Summary:	A library of scientific tools
 Summary(pl.UTF-8):	Biblioteka narzędzi naukowych
 Name:		python-%{module}
 Version:	0.13.2
-Release:	2
+Release:	3
 License:	BSD
 Group:		Development/Languages/Python
 Source0:	http://heanet.dl.sourceforge.net/sourceforge/scipy/scipy-%{version}.tar.gz
@@ -78,6 +78,9 @@ pakiet.
 %build
 CFLAGS="%{rpmcflags}"
 export CFLAGS
+export BLAS=%{_libdir}
+export LAPACK=%{_libdir}
+export UMFPACK=%{_libdir}
 
 %if %{with python2}
 %{__python} setup.py build --fcompiler=gnu95 --build-base build-2
@@ -89,6 +92,9 @@ export CFLAGS
 
 %install
 rm -rf $RPM_BUILD_ROOT
+export BLAS=%{_libdir}
+export LAPACK=%{_libdir}
+export UMFPACK=%{_libdir}
 
 %if %{with python2}
 %{__python} setup.py \
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list