From 800d80bc4e1ab48730857213497fac322f4d03a6 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Fri, 14 Jul 2023 04:24:04 +0200 Subject: [PATCH] Remove RPATH from certain shared object files Resolves: rhbz#2222715 --- scipy.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scipy.spec b/scipy.spec index b8847af..07ee683 100644 --- a/scipy.spec +++ b/scipy.spec @@ -11,7 +11,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.5.4 -Release: 3%{?dist} +Release: 4%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -112,8 +112,6 @@ for PY in %{python3_version}; do env CFLAGS="$RPM_OPT_FLAGS -lm" \ FFLAGS="$RPM_OPT_FLAGS -fPIC -cpp" \ LDFLAGS="$RPM_LD_FLAGS -shared" \ - OPENBLAS=%{_libdir} \ - FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ %{_bindir}/python$PY setup.py config_fc \ --fcompiler=gnu95 --noarch \ build @@ -174,6 +172,10 @@ popd %endif %changelog +* Fri Jul 14 2023 Charalampos Stratakis - 1.5.4-4 +- Remove RPATH from certain shared object files +- Resolves: rhbz#2222715 + * Mon Jan 18 2021 Tomas Orsava - 1.5.4-3 - Specify LDFLAGS explicitly - Force preprocessing of Fortran sources to make annobin record proper flags