forked from pool/libclc
Accepting request 1033682 from X11:XOrg
- build with llvm15/clang15 on sle15-sp5/Leap 15.5 OBS-URL: https://build.opensuse.org/request/show/1033682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=22
This commit is contained in:
commit
e9c07ee19a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 11:05:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- build with llvm15/clang15 on sle15-sp5/Leap 15.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 16 17:31:22 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -35,6 +35,10 @@ BuildRequires: cmake
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: llvm-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150500
|
||||
BuildRequires: clang15-devel
|
||||
BuildRequires: llvm15-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150400
|
||||
BuildRequires: clang13-devel
|
||||
@ -49,6 +53,7 @@ BuildRequires: llvm9-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: python3-base
|
||||
Provides: libclc(llvm%{_llvm_sonum})
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user