Test with netlib
This commit is contained in:
parent
a97740542a
commit
77a05bd1bc
@ -123,7 +123,6 @@ sed -e 's|\("https://docs\.python\.org/3/", \)None|\1"%{_docdir}/python3-docs/ht
|
|||||||
|
|
||||||
# Permit older versions of doc packages where Fedora is behind
|
# Permit older versions of doc packages where Fedora is behind
|
||||||
sed -e 's/\(sphinx-gallery>=\)0\.14/\10.11.1/' \
|
sed -e 's/\(sphinx-gallery>=\)0\.14/\10.11.1/' \
|
||||||
-e 's/\(numpydoc>=1.\)6/\14.0/' \
|
|
||||||
-i pyproject.toml requirements/doc.txt
|
-i pyproject.toml requirements/doc.txt
|
||||||
|
|
||||||
# Fedora does not have osmnx or momepy
|
# Fedora does not have osmnx or momepy
|
||||||
@ -158,6 +157,7 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export FLEXIBLAS=NETLIB
|
||||||
%if %{with doctest}
|
%if %{with doctest}
|
||||||
%pytest
|
%pytest
|
||||||
%else
|
%else
|
||||||
@ -175,6 +175,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 27 2024 Jerry James <loganjerry@gmail.com> - 3.2.1-4
|
||||||
|
- Test with netlib
|
||||||
|
|
||||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user