forked from pool/libclc
fix build on 32bit platforms ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=43
This commit is contained in:
parent
0e3f757a20
commit
b682ce7a34
@ -66,13 +66,13 @@ 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
|
||||
ln -snf /usr/share/clc %{buildroot}%{_libdir}/clc
|
||||
|
||||
%files
|
||||
%license LICENSE.TXT
|
||||
%{_includedir}/clc
|
||||
%{_datadir}/clc
|
||||
%{_datadir}/pkgconfig/libclc.pc
|
||||
/usr/lib64/clc
|
||||
%{_libdir}/clc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user