diff --git a/scipy-1.10.1.tar.gz b/scipy-1.11.2.tar.gz similarity index 67% rename from scipy-1.10.1.tar.gz rename to scipy-1.11.2.tar.gz index cdfd6ef9b19213c870dc96a58ff6eb7d60ba4a6a..026c5ee1dae2e9d56381289d60c127bc27b9965e 100644 Binary files a/scipy-1.10.1.tar.gz and b/scipy-1.11.2.tar.gz differ diff --git a/scipy.spec b/scipy.spec index b832dda08baed2d0f057e2407ad52caf0a42fc81..7d1b5057f35153e0109b0ba66cb4daab58ecbb62 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,16 +1,24 @@ %global py_setup_args config_fc --fcompiler=gnu95 --noarch %global debug_package %{nil} Name: scipy -Version: 1.10.1 +Version: 1.11.2 Release: 1 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: Qhull and Apache-2.0 URL: https://www.scipy.org -Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/9c/ef/87a5565907645998d7c62e76b84b0ca9f0b7c25cd433f5617a968051cec3/scipy-1.11.2.tar.gz BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py BuildRequires: gcc-c++ openblas-devel gcc-gfortran chrpath BuildRequires: pybind11-devel python3-pybind11 python3-Cython +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-editables +BuildRequires: meson +BuildRequires: python3-pythran + %description SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. @@ -61,7 +69,7 @@ export LDFLAGS="$RPM_LD_FLAGS -Wall -shared" pushd %{py3dir} env FFLAGS="$RPM_OPT_FLAGS -fPIC -w -fallow-argument-mismatch -O2"\ OPENBLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ - %py3_build + %pyproject_build popd %install @@ -72,7 +80,7 @@ export LDFLAGS="$RPM_LD_FLAGS -Wall -shared" pushd %{py3dir} env FFLAGS="$RPM_OPT_FLAGS -fPIC" \ OPENBLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ - %py3_install + %pyproject_install popd find %{buildroot} -type f -name '*.so' -exec strip '{}' ';' @@ -100,6 +108,9 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c %config(noreplace) /etc/ld.so.conf.d/* %changelog +* Thu Jun 15 2023 luolu12 - 1.11.2-1 +- Upgrade package version 1.11.2. + * Mon Jul 10 2023 wangkai <13474090681@163.com> - 1.10.1-1 - Update to 1.10.1