From 0bf871d600de215af66686bac2fd46d5d51289d6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 16 May 2019 20:07:02 -0600 Subject: [PATCH] Build only against openblasp (bugz#1709161) --- scipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index f755372..2b87af2 100644 --- a/scipy.spec +++ b/scipy.spec @@ -7,7 +7,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -130,8 +130,8 @@ umfpack_libs = umfpack %ifarch %{openblas_arches} [openblas] +libraries = openblasp library_dirs = %{_libdir} -openblas_libs = openblasp %endif EOF @@ -237,6 +237,9 @@ popd %endif # with doc %changelog +* Thu May 16 2019 Orion Poplawski - 1.2.1-3 +- Build only against openblasp (bugz#1709161) + * Fri Apr 26 2019 Orion Poplawski - 1.2.1-2 - Do not create *-PYTEST.pyc files