fix typo in numpy incllude directory symlink to %{_includedir} [release 1.16.4-3mamba;Wed Aug 28 2019]
This commit is contained in:
parent
05d2a87e0a
commit
c744348057
@ -1,6 +1,6 @@
|
|||||||
Name: python-numpy
|
Name: python-numpy
|
||||||
Version: 1.16.4
|
Version: 1.16.4
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
@ -64,7 +64,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
%if !0%{?with_pyver}
|
%if !0%{?with_pyver}
|
||||||
install -d -m0755 %{buildroot}%{_includedir}
|
install -d -m0755 %{buildroot}%{_includedir}
|
||||||
ln -s %{python_sitearch}/nnumpy/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}
|
||||||
@ -89,6 +89,9 @@ rm -f %{buildroot}%{_bindir}/f2py
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-2mamba
|
||||||
- rebuilt with -py3 package
|
- rebuilt with -py3 package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user