rebuilt with python 3.10 [release 1.21.5-2mamba;Fri Aug 19 2022]
This commit is contained in:
parent
4754cace4d
commit
559cf072bb
@ -1,6 +1,6 @@
|
|||||||
Name: python-numpy
|
Name: python-numpy
|
||||||
Version: 1.21.5
|
Version: 1.21.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: NumPy: Scientific computing with Python NumPy
|
Summary: NumPy: Scientific computing with Python NumPy
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,7 +21,8 @@ BuildRequires: libquadmath-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: liblapack-devel
|
BuildRequires: liblapack-devel
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
Requires: python >= %python_version
|
BuildRequires: python-Cython-py3
|
||||||
|
BuildRequires: python-Cython-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,11 +68,11 @@ install -d -m0755 %{buildroot}%{_includedir}
|
|||||||
ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/numpy
|
ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/numpy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if "0%{?with_pyver}" != "03"
|
||||||
rm -f %{buildroot}%{_bindir}/f2py
|
rm -f %{buildroot}%{_bindir}/f2py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{?with_pyver}" == "36"
|
%if "0%{?with_pyver}" != "03"
|
||||||
rm -f %{buildroot}%{_bindir}/f2py3
|
rm -f %{buildroot}%{_bindir}/f2py3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -93,6 +94,9 @@ rm -f %{buildroot}%{_bindir}/f2py3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.5-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 1.21.5-1mamba
|
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 1.21.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user