- 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:
2024-05-10 07:30:18 +00:00
committed by Git OBS Bridge
parent 2120051248
commit f99fa3b4a5

View File

@@ -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