2025-04-12 22:08:04 +00:00
committed by Git OBS Bridge
parent 3ed435649a
commit 5e9c8316a3

View File

@@ -60,7 +60,7 @@
%bcond_with profileopt
%endif
# No experimental_jit in SLES, there's no clang >=18
# No experimental_jit in SLES, there's no clang >=19
%if 0%{?suse_version} <= 1600
%bcond_with experimental_jit
%else
@@ -260,7 +260,7 @@ BuildRequires: python3-python-docs-theme >= 2022.1
%if %{with experimental_jit}
# needed for experimental_jit
BuildRequires: clang
BuildRequires: clang >=19
BuildRequires: llvm
%endif