diff --git a/python-numpy.spec b/python-numpy.spec index 91da513..2eb7fd8 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-numpy -Version: 1.26.3 +Version: 2.0.0 Release: 1mamba Summary: NumPy: Scientific computing with Python NumPy Group: System/Libraries/Python @@ -15,6 +15,7 @@ BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libopenblas-devel BuildRequires: libpython311-devel +BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libblas-devel >= 3.9.0 @@ -25,9 +26,7 @@ BuildRequires: liblapack-devel BuildRequires: gcc-fortran BuildRequires: patchelf BuildRequires: python-Cython-py3 -BuildRequires: python-Cython-py310 BuildRequires: python-pyproject-metadata-py3 -BuildRequires: python-pyproject-metadata-py310 %description NumPy is the fundamental package needed for scientific computing with Python. @@ -67,7 +66,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %if "%{?with_pyver}" != "3" # Rename any conflicting file outside of python site packages tree -for f in %{_bindir}/f2py; do +for f in %{_bindir}/{f2py,numpy-config}; do mv %{buildroot}${f}{,-%{?pyappend}} done %endif @@ -83,6 +82,7 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num %files %{?pyappend} %defattr(-,root,root) %{_bindir}/f2py* +%{_bindir}/numpy-config* %dir %{python_sitearch}/numpy-%{version}.dist-info %{python_sitearch}/numpy-%{version}.dist-info/* %dir %{python_sitearch}/numpy @@ -92,6 +92,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num %endif %changelog +* Wed Jun 19 2024 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Wed Jan 03 2024 Automatic Build System 1.26.3-1mamba - automatic version update by autodist