From ca4a915992f0cc548a7045eaee1e5f078b6831a6 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 18 Dec 2023 17:05:43 +0300 Subject: [PATCH] import scipy-1.0.0-22.module+el8.9.0+19487+7dc18407 --- SPECS/scipy.spec | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/SPECS/scipy.spec b/SPECS/scipy.spec index 4f8f9e3..a0369a3 100644 --- a/SPECS/scipy.spec +++ b/SPECS/scipy.spec @@ -16,7 +16,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.0.0 -Release: 21%{?dist} +Release: 22%{?dist} Group: Development/Libraries # BSD -- whole package except: @@ -172,12 +172,6 @@ EOF env CFLAGS="$RPM_OPT_FLAGS -lm" \ FFLAGS="$RPM_OPT_FLAGS -fPIC -cpp" \ LDFLAGS="$RPM_LD_FLAGS -shared" \ -%ifarch %{openblas_arches} - OPENBLAS=%{_libdir} \ -%else - ATLAS=%{_libdir}/atlas \ -%endif - FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ %__python3 setup.py config_fc \ --fcompiler=gnu95 --noarch \ %if 0%{?with_doc} @@ -193,12 +187,6 @@ env CFLAGS="$RPM_OPT_FLAGS -lm" \ env CFLAGS="$RPM_OPT_FLAGS" \ FFLAGS="$RPM_OPT_FLAGS -fPIC -cpp" \ LDFLAGS="$RPM_LD_FLAGS -shared" \ -%ifarch %{openblas_arches} - OPENBLAS=%{_libdir} \ -%else - ATLAS=%{_libdir}/atlas \ -%endif - FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ %__python2 setup.py config_fc \ --fcompiler=gnu95 --noarch \ %if 0%{?with_doc} @@ -289,6 +277,10 @@ popd %endif # with python3 %changelog +* Fri Jul 14 2023 Charalampos Stratakis - 1.0.0-22 +- Remove RPATH from certain shared object files +- Resolves: rhbz#2213056 + * Thu Mar 04 2021 Nikola Forró - 1.0.0-21 - Do not create -PYTEST.pyc files - Resolves: rhbz#1934199