forked from pool/python313
- Enable experimental_jit just for supported arches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=16
This commit is contained in:
@@ -36,7 +36,9 @@
|
|||||||
%bcond_without general
|
%bcond_without general
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifnarch %ix86
|
# Currently supported architectures
|
||||||
|
# https://peps.python.org/pep-0744/#support
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
%bcond_without experimental_jit
|
%bcond_without experimental_jit
|
||||||
%else
|
%else
|
||||||
%bcond_with experimental_jit
|
%bcond_with experimental_jit
|
||||||
|
|||||||
Reference in New Issue
Block a user