Pythran works on 32-bit architectures again

This commit is contained in:
Jerry James 2023-10-11 19:25:34 -06:00
parent 4b4527afc0
commit a57187ad13

View File

@ -4,12 +4,7 @@
# Pythran is an optional build dependency.
# When used, it makes some modules faster,
# but it is usually not available soon enough for new major Python versions.
%ifarch i686 armv7hl
# It seems pythran is broken on 32-bit arches, disable it
%bcond_with pythran
%else
%bcond_without pythran
%endif
# The code is not safe to build with LTO
%global _lto_cflags %{nil}
@ -296,6 +291,7 @@ popd
- Convert License tag to SPDX
- Add Provides for bundled projects
- Disable LTO
- Pythran works on 32-bit architectures again
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
- New upstream release 1.11.1