forked from pool/libclc
Accepting request 1000698 from X11:XOrg
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1000698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=19
This commit is contained in:
commit
e25f8c83f9
@ -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>
|
||||
|
||||
|
11
libclc.spec
11
libclc.spec
@ -34,13 +34,18 @@ BuildRequires: cmake
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: llvm-devel
|
||||
%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: llvm11-devel
|
||||
%else
|
||||
%else
|
||||
BuildRequires: clang9-devel
|
||||
BuildRequires: llvm9-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: python3-base
|
||||
Provides: libclc(llvm%{_llvm_sonum})
|
||||
|
Loading…
Reference in New Issue
Block a user