Disable Pythran on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
35a25c615d
commit
dab09452d1
@ -4,7 +4,11 @@
|
||||
# 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.
|
||||
%ifnarch riscv64
|
||||
%bcond_without pythran
|
||||
%else
|
||||
%bcond_with pythran
|
||||
%endif
|
||||
|
||||
# The code is not safe to build with LTO
|
||||
%global _lto_cflags %{nil}
|
||||
|
Loading…
Reference in New Issue
Block a user