diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..16d7de13601e1ca470a31dcbe9d335bc1d772b98 --- /dev/null +++ b/download @@ -0,0 +1 @@ +69db58ceb4b4c3ff3f3ea816e4e426b9 scipy-1.3.1.tar.gz diff --git a/scipy-1.3.1.tar.gz b/scipy-1.3.1.tar.gz deleted file mode 100644 index cc7d6f9b67017477a306c4d8f6812f5634bea727..0000000000000000000000000000000000000000 Binary files a/scipy-1.3.1.tar.gz and /dev/null differ diff --git a/scipy.spec b/scipy.spec index 2ebc676c94138036aad98f37b6c6f3c3d4e565f5..4372c7105c39f210314f95c4fcce845490ec694b 100644 --- a/scipy.spec +++ b/scipy.spec @@ -11,7 +11,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.3.1 -Release: 4%{anolis_release}%{?dist} +Release: 5%{anolis_release}%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -134,12 +134,6 @@ for PY in %{python3_version}; do FFLAGS="$RPM_OPT_FLAGS -fPIC -cpp" \ %endif LDFLAGS="$RPM_LD_FLAGS -shared" \ - %ifarch %{openblas_arches} - OPENBLAS=%{_libdir} \ - %else - ATLAS=%{_libdir}/atlas \ - %endif - FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ %{_bindir}/python$PY setup.py config_fc \ --fcompiler=gnu95 --noarch \ build @@ -207,11 +201,13 @@ popd %endif %changelog -* Sun Jun 25 2023 Ren Bo - 1.3.1-4.0.2 +* Wed Dec 13 2023 DengXiewei - 1.3.1-5.0.1 +- Adding -fallow-argument-mismatch workaround for build failure with gfortran 10 - Change -fallow-argument-mismatch flag condition for build failure -* Fri Aug 05 2022 DengXiewei - 1.3.1-4.0.1 -- Adding -fallow-argument-mismatch workaround for build failure with gfortran 10 +* Fri Jul 14 2023 Charalampos Stratakis - 1.3.1-5 +- Remove RPATH from certain shared object files +- Resolves: rhbz#2222717 * Thu Dec 12 2019 Tomas Orsava - 1.3.1-4 - Exclude unsupported i686 arch