From ebde6f766b7c45ec5c42720fc716d62966f57fa8 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Wed, 4 Oct 2017 20:00:36 +0200 Subject: [PATCH] fix openblas library path --- scipy.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scipy.spec b/scipy.spec index d873c0f..2055222 100644 --- a/scipy.spec +++ b/scipy.spec @@ -116,7 +116,7 @@ env CFLAGS="$RPM_OPT_FLAGS" \ FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %ifarch %{openblas_arches} %ifnarch ppc64 - OPENBLAS=%{_libdir}/openblas \ + OPENBLAS=%{_libdir} \ %else ATLAS=%{_libdir}/atlas \ %endif @@ -132,7 +132,7 @@ env CFLAGS="$RPM_OPT_FLAGS" \ FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %ifarch %{openblas_arches} %ifnarch ppc64 - OPENBLAS=%{_libdir}/openblas \ + OPENBLAS=%{_libdir} \ %else ATLAS=%{_libdir}/atlas \ %endif @@ -152,7 +152,7 @@ env CFLAGS="$RPM_OPT_FLAGS" \ FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %ifarch %{openblas_arches} %ifnarch ppc64 - OPENBLAS=%{_libdir}/openblas \ + OPENBLAS=%{_libdir} \ %else ATLAS=%{_libdir}/atlas \ %endif @@ -167,7 +167,7 @@ env CFLAGS="$RPM_OPT_FLAGS" \ FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %ifarch %{openblas_arches} %ifnarch ppc64 - OPENBLAS=%{_libdir}/openblas \ + OPENBLAS=%{_libdir} \ %else ATLAS=%{_libdir}/atlas \ %endif