Pythran works on 32-bit architectures again
This commit is contained in:
parent
4b4527afc0
commit
a57187ad13
@ -4,12 +4,7 @@
|
|||||||
# Pythran is an optional build dependency.
|
# Pythran is an optional build dependency.
|
||||||
# When used, it makes some modules faster,
|
# When used, it makes some modules faster,
|
||||||
# but it is usually not available soon enough for new major Python versions.
|
# 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
|
%bcond_without pythran
|
||||||
%endif
|
|
||||||
|
|
||||||
# The code is not safe to build with LTO
|
# The code is not safe to build with LTO
|
||||||
%global _lto_cflags %{nil}
|
%global _lto_cflags %{nil}
|
||||||
@ -296,6 +291,7 @@ popd
|
|||||||
- Convert License tag to SPDX
|
- Convert License tag to SPDX
|
||||||
- Add Provides for bundled projects
|
- Add Provides for bundled projects
|
||||||
- Disable LTO
|
- Disable LTO
|
||||||
|
- Pythran works on 32-bit architectures again
|
||||||
|
|
||||||
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
|
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
|
||||||
- New upstream release 1.11.1
|
- New upstream release 1.11.1
|
||||||
|
Loading…
Reference in New Issue
Block a user