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>
|
||||
|
||||
|
@ -33,6 +33,10 @@ BuildRequires: cmake
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: llvm-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150400
|
||||
BuildRequires: clang13-devel
|
||||
BuildRequires: llvm13-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150300
|
||||
BuildRequires: clang11-devel
|
||||
@ -42,6 +46,7 @@ BuildRequires: clang9-devel
|
||||
BuildRequires: llvm9-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: python3-base
|
||||
Provides: libclc(llvm%{_llvm_sonum})
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user