summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2015-06-28 13:45:00 (GMT)
committerJan Rękorajski2015-06-28 13:45:00 (GMT)
commitd7d48b9a01a8348b3e6c9bc79b0a16f44cb1a2da (patch)
tree12db1fdcc9f8e2c7a890f8899c8fd9acdd8f17b2
parentdfa9c519fd6fc0ff594d4f5afcd5f763ccda0adb (diff)
downloadpython-scipy-d7d48b9a01a8348b3e6c9bc79b0a16f44cb1a2da.zip
python-scipy-d7d48b9a01a8348b3e6c9bc79b0a16f44cb1a2da.tar.gz
- workaround for crappy BLAS/LAPACK/UMFPACK detectionauto/th/python-scipy-0.13.2-3
- rel 3
-rw-r--r--python-scipy.spec8
1 files changed, 7 insertions, 1 deletions
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 \