Build only against openblasp (bugz#1709161)
This commit is contained in:
parent
1d12442e10
commit
0bf871d600
@ -7,7 +7,7 @@
|
|||||||
Summary: Scientific Tools for Python
|
Summary: Scientific Tools for Python
|
||||||
Name: scipy
|
Name: scipy
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# BSD -- whole package except:
|
# BSD -- whole package except:
|
||||||
# Boost -- scipy/special/cephes/scipy_iv.c
|
# Boost -- scipy/special/cephes/scipy_iv.c
|
||||||
@ -130,8 +130,8 @@ umfpack_libs = umfpack
|
|||||||
|
|
||||||
%ifarch %{openblas_arches}
|
%ifarch %{openblas_arches}
|
||||||
[openblas]
|
[openblas]
|
||||||
|
libraries = openblasp
|
||||||
library_dirs = %{_libdir}
|
library_dirs = %{_libdir}
|
||||||
openblas_libs = openblasp
|
|
||||||
%endif
|
%endif
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -237,6 +237,9 @@ popd
|
|||||||
%endif # with doc
|
%endif # with doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 16 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-3
|
||||||
|
- Build only against openblasp (bugz#1709161)
|
||||||
|
|
||||||
* Fri Apr 26 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-2
|
* Fri Apr 26 2019 Orion Poplawski <orion@nwra.com> - 1.2.1-2
|
||||||
- Do not create *-PYTEST.pyc files
|
- Do not create *-PYTEST.pyc files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user