forked from pool/python314
Fix version of clang
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=45
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user