diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..93942d13adbe9b20dbeaa779ca925e60f2ae23cc --- /dev/null +++ b/download @@ -0,0 +1 @@ +3f3995540a17854a29dc79f8eeecd832 numpy-1.24.4.tar.gz diff --git a/numpy-1.24.2.tar.gz b/numpy-1.24.2.tar.gz deleted file mode 100644 index 9ca0afa4597c581aee5c4a04d4cdc34e3bd76421..0000000000000000000000000000000000000000 Binary files a/numpy-1.24.2.tar.gz and /dev/null differ diff --git a/numpy.spec b/numpy.spec index 279d9e00792d5eb5223f4b9b9d45eab17acc4235..b8beaf93b0febae8e3ff07f40da21b6ed24e4d23 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 1 %bcond_with tests %global blaslib flexiblas @@ -6,7 +6,7 @@ Name: numpy Summary: A fast multidimensional array facility for Python -Version: 1.24.2 +Version: 1.24.4 Release: %{anolis_release}%{?dist} Epoch: 1 @@ -87,7 +87,7 @@ EOF %build %set_build_flags -env OPENBLAS=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="%{optflags}" SETUPTOOLS_USE_DISTUTILS=stdlib +env OPENBLAS=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="%{optflags}" %{__python3} setup.py build %install @@ -96,7 +96,7 @@ pushd docs unzip %{SOURCE1} popd -env OPENBLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="%{optflags}" SETUPTOOLS_USE_DISTUTILS=stdlib +env OPENBLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="%{optflags}" %{__python3} setup.py install --root %{buildroot} pushd %{buildroot}%{_bindir} &> /dev/null @@ -159,6 +159,9 @@ python3 runtests.py \ %doc docs/* THANKS.* site.cfg.example %changelog +* Mon Dec 25 2023 Chunmei Xu - 1:1.24.4-1 +- update to 1.24.4 + * Tue Apr 11 2023 Heng Qi - 1:1.24.2-3 - Refactor the spec file