update to 1.16.5 [release 1.16.5-1mamba;Wed Nov 27 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 11:31:42 +01:00
parent c744348057
commit 99dffc6471

View File

@ -1,6 +1,6 @@
Name: python-numpy Name: python-numpy
Version: 1.16.4 Version: 1.16.5
Release: 3mamba Release: 1mamba
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
@ -13,7 +13,7 @@ License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libblas-devel BuildRequires: libblas-devel
%ifnarch arm %ifnarch arm aarch64
BuildRequires: libquadmath-devel BuildRequires: libquadmath-devel
%endif %endif
BuildRequires: liblapack-devel BuildRequires: liblapack-devel
@ -42,7 +42,7 @@ This allows NumPy to seamlessly and speedily integrate with a wide variety of da
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries
Summary: C header files provided by NumPy Summary: C header files provided by NumPy
Requires: python-numpy = %{?epoch:%epoch:}%{version}-%{release} Requires: python-numpy-py3 = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
C header files provided by NumPy. C header files provided by NumPy.
@ -71,6 +71,10 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num
rm -f %{buildroot}%{_bindir}/f2py rm -f %{buildroot}%{_bindir}/f2py
%endif %endif
%if "%{?with_pyver}" == "36"
rm -f %{buildroot}%{_bindir}/f2py3
%endif
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -89,6 +93,9 @@ rm -f %{buildroot}%{_bindir}/f2py
%endif %endif
%changelog %changelog
* Wed Nov 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.5-1mamba
- update to 1.16.5
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-3mamba * Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-3mamba
- fix typo in numpy incllude directory symlink to %{_includedir} - fix typo in numpy incllude directory symlink to %{_includedir}