From f99fa3b4a5afa346682838a8345ea693ccbb31ffe338ab42f2744bb0afc8d214 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 10 May 2024 07:30:18 +0000 Subject: [PATCH] - Enable experimental_jit just for supported arches OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=16 --- python313.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python313.spec b/python313.spec index da523bc..0f0d24f 100644 --- a/python313.spec +++ b/python313.spec @@ -36,7 +36,9 @@ %bcond_without general %endif -%ifnarch %ix86 +# Currently supported architectures +# https://peps.python.org/pep-0744/#support +%ifarch x86_64 aarch64 %bcond_without experimental_jit %else %bcond_with experimental_jit