fixed %{_includedir}/numpy symlink to includes [release 2.1.3-2mamba;Sat Nov 23 2024]
This commit is contained in:
parent
6038e253a9
commit
ee56caef6a
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-numpy
|
||||
Version: 2.1.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: NumPy: Scientific computing with Python NumPy
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -67,7 +67,7 @@ done
|
||||
|
||||
%if "%{?with_pyver}" == "3"
|
||||
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
|
||||
|
||||
%clean
|
||||
@ -86,6 +86,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-2mamba
|
||||
- fixed %{_includedir}/numpy symlink to includes
|
||||
|
||||
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 2.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user