]> git.pld-linux.org Git - packages/python-scikit-umfpack.git/commitdiff
- added path exports in install too (needed on x32) auto/th/python-scikit-umfpack-0.3.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2019 17:09:33 +0000 (18:09 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2019 17:09:33 +0000 (18:09 +0100)
python-scikit-umfpack.spec

index 3698a9d7560f138a9b95dad19283af09f1ae5779..ca38b90b502d4a2f4eefe2ba0ebab7adba6a57d0 100644 (file)
@@ -92,6 +92,9 @@ nosetests-%{py3_ver} scikits
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+export BLAS=%{_libdir}
+export UMFPACK=%{_libdir}
+
 %if %{with python2}
 %py_install
 # ensure scikits/__init__.py is compiled
 %if %{with python2}
 %py_install
 # ensure scikits/__init__.py is compiled
This page took 0.134692 seconds and 4 git commands to generate.