From 0262ac5e30bae4e7e18c4bd70a2c5fde535e93d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 13 May 2021 12:45:50 +0200 Subject: [PATCH] Use proper LDFLAGS - related: #1945060 --- scipy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scipy.spec b/scipy.spec index 2cc07d2..93e280f 100644 --- a/scipy.spec +++ b/scipy.spec @@ -15,7 +15,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.6.2 -Release: 4%{?dist} +Release: 5%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -108,6 +108,7 @@ for PY in %{python3_version}; do %else FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %endif + LDFLAGS="%{__global_ldflags}" \ %{_bindir}/python$PY setup.py config_fc \ --fcompiler=gnu95 --noarch \ build @@ -171,6 +172,10 @@ popd %endif %changelog +* Thu May 13 2021 Nikola Forró - 1.6.2-5 +- Use proper LDFLAGS + related: #1945060 + * Mon Apr 26 2021 Nikola Forró - 1.6.2-4 - Remove RPATH from certain shared object files related: #1945060