automatic version update by autodist [release 2.0.0-1mamba;Wed Jun 19 2024]
This commit is contained in:
parent
7ea2382bf3
commit
fa23a8b0bc
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-numpy
|
Name: python-numpy
|
||||||
Version: 1.26.3
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: NumPy: Scientific computing with Python NumPy
|
Summary: NumPy: Scientific computing with Python NumPy
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -15,6 +15,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenblas-devel
|
BuildRequires: libopenblas-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: libblas-devel >= 3.9.0
|
BuildRequires: libblas-devel >= 3.9.0
|
||||||
@ -25,9 +26,7 @@ BuildRequires: liblapack-devel
|
|||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: patchelf
|
BuildRequires: patchelf
|
||||||
BuildRequires: python-Cython-py3
|
BuildRequires: python-Cython-py3
|
||||||
BuildRequires: python-Cython-py310
|
|
||||||
BuildRequires: python-pyproject-metadata-py3
|
BuildRequires: python-pyproject-metadata-py3
|
||||||
BuildRequires: python-pyproject-metadata-py310
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NumPy is the fundamental package needed for scientific computing with Python.
|
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"
|
%if "%{?with_pyver}" != "3"
|
||||||
# Rename any conflicting file outside of python site packages tree
|
# 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}}
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
@ -83,6 +82,7 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num
|
|||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/f2py*
|
%{_bindir}/f2py*
|
||||||
|
%{_bindir}/numpy-config*
|
||||||
%dir %{python_sitearch}/numpy-%{version}.dist-info
|
%dir %{python_sitearch}/numpy-%{version}.dist-info
|
||||||
%{python_sitearch}/numpy-%{version}.dist-info/*
|
%{python_sitearch}/numpy-%{version}.dist-info/*
|
||||||
%dir %{python_sitearch}/numpy
|
%dir %{python_sitearch}/numpy
|
||||||
@ -92,6 +92,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 1.26.3-1mamba
|
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 1.26.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user