python-numpy/python-numpy.spec

199 lines
6.5 KiB
RPMSpec
Raw Normal View History

Name: python-numpy
Version: 1.21.3
Release: 1mamba
Summary: NumPy: Scientific computing with Python NumPy
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://numpy.org/
Source: https://pypi.debian.net/numpy/numpy-%{version}.zip
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenblas-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(setuptools)
## AUTOBUILDREQ-END
BuildRequires: libblas-devel >= 3.9.0
%ifnarch arm aarch64
BuildRequires: libquadmath-devel
%endif
BuildRequires: liblapack-devel
BuildRequires: gcc-fortran
Requires: python >= %python_version
%description
NumPy is the fundamental package needed for scientific computing with Python.
It contains among other things:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
* tools for integrating C/C++ and Fortran code
* useful linear algebra, Fourier transform, and random number capabilities.
Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data.
Arbitrary data-types can be defined.
This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.
%if 0%{?with_pyver}
%pyver_package
%endif
%package devel
Group: Development/Libraries
Summary: C header files provided by NumPy
Requires: python-numpy-py3 = %{?epoch:%epoch:}%{version}-%{release}
%description devel
C header files provided by NumPy.
%prep
%setup -q -n numpy-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch}
#install -D -p -m 0644 doc/f2py/f2py.1 %{buildroot}%{_mandir}/man1/f2py%{pyver}.1
%if !0%{?with_pyver}
install -d -m0755 %{buildroot}%{_includedir}
ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/numpy
%endif
%if 0%{?with_pyver}
rm -f %{buildroot}%{_bindir}/f2py
%endif
%if "%{?with_pyver}" == "36"
rm -f %{buildroot}%{_bindir}/f2py3
%endif
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/f2py*
#%{_mandir}/man1/f2py*
%dir %{python_sitearch}/numpy
%{python_sitearch}/numpy/*
%{python_sitearch}/numpy-%{version}-py*.egg-info
%if !0%{?with_pyver}
%files devel
%defattr(-,root,root)
%{_includedir}/numpy
%endif
%changelog
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 1.21.3-1mamba
- automatic version update by autodist
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 1.21.2-1mamba
- automatic version update by autodist
* Mon Jul 19 2021 Automatic Build System <autodist@mambasoft.it> 1.21.1-1mamba
- automatic version update by autodist
* Sat Jul 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.0-1mamba
- update to 1.21.0
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
- automatic version update by autodist
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 1.20.2-1mamba
- automatic version update by autodist
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
- automatic version update by autodist
* 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
- fix typo in numpy incllude directory symlink to %{_includedir}
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-2mamba
- rebuilt with -py3 package
* Wed May 29 2019 Automatic Build System <autodist@mambasoft.it> 1.16.4-1mamba
- automatic version update by autodist
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 1.16.3-1mamba
- automatic version update by autodist
* Mon Mar 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
- py36: remove conflicting %{_bindir}/f2py
* Sun Mar 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-1mamba
- update to 1.16.2
* Thu Oct 06 2016 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
- automatic version update by autodist
* Sun Jul 03 2016 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
- automatic version update by autodist
* Sat Apr 02 2016 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
- automatic version update by autodist
* Thu Mar 17 2016 Davide Madrisan <davide.madrisan@gmail.com> 1.10.4-2mamba
- update the specfile for python3 build
* Thu Jan 14 2016 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
- automatic version update by autodist
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
- automatic version update by autodist
* Wed Oct 14 2015 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
- automatic version update by autodist
* Sat Oct 10 2015 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Thu Mar 05 2015 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
- automatic version update by autodist
* Wed Nov 12 2014 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic update by autodist
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- automatic version update by autodist
* Wed Aug 27 2014 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
- automatic version update by autodist
* Fri Apr 04 2014 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
- automatic version update by autodist
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic update by autodist
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-2mamba
- python 2.7 mass rebuild
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
- automatic version update by autodist
* Sat Feb 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba
- spec updated to support multiple python versions
* Sun Feb 10 2013 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
* Sun Dec 16 2012 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist
* Sun Nov 07 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
- update to 1.4.1
* Sat Oct 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- package created by autospec