forked from pool/libclc
- fixed build on Leap 15.3 by buildrequiring clang13/llvm13
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=48
This commit is contained in:
parent
9a6b1ad1fb
commit
8b3942f123
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 25 13:33:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- fixed build on Leap 15.3 by buildrequiring clang13/llvm13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 1 21:44:03 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Fri Apr 1 21:44:03 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
11
libclc.spec
11
libclc.spec
@ -34,13 +34,18 @@ BuildRequires: cmake
|
|||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
%else
|
%else
|
||||||
%if 0%{?sle_version} >= 150300
|
%if 0%{?sle_version} >= 150400
|
||||||
|
BuildRequires: clang13-devel
|
||||||
|
BuildRequires: llvm13-devel
|
||||||
|
%else
|
||||||
|
%if 0%{?sle_version} >= 150300
|
||||||
BuildRequires: clang11-devel
|
BuildRequires: clang11-devel
|
||||||
BuildRequires: llvm11-devel
|
BuildRequires: llvm11-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: clang9-devel
|
BuildRequires: clang9-devel
|
||||||
BuildRequires: llvm9-devel
|
BuildRequires: llvm9-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
Provides: libclc(llvm%{_llvm_sonum})
|
Provides: libclc(llvm%{_llvm_sonum})
|
||||||
|
Loading…
Reference in New Issue
Block a user