forked from pool/libclc
- create /usr/lib64/clc compatibility symlink (boo#1192675)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=41
This commit is contained in:
parent
8d9a69e833
commit
2ff074f68c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 14 19:56:38 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- create /usr/lib64/clc compatibility symlink (boo#1192675)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 2 20:13:04 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -44,7 +44,6 @@ BuildRequires: llvm9-devel
|
||||
%endif
|
||||
BuildRequires: python3-base
|
||||
Provides: libclc(llvm%{_llvm_sonum})
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Library requirements of the OpenCL C programming language.
|
||||
@ -66,11 +65,14 @@ Library requirements of the OpenCL C programming language.
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
mkdir -p %{buildroot}/usr/lib64
|
||||
ln -snf /usr/share/clc %{buildroot}/usr/lib64/clc
|
||||
|
||||
%files
|
||||
%license LICENSE.TXT
|
||||
%{_includedir}/clc
|
||||
%{_datadir}/clc
|
||||
%{_datadir}/pkgconfig/libclc.pc
|
||||
/usr/lib64/clc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user