Update to latest upstream, pick up the ppc fix
This commit is contained in:
parent
67bba86456
commit
8392825f5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/cl.hpp
|
||||
/opencl-headers-8e196ba.tar.gz
|
||||
/OpenCL-Headers-e986688.tar.gz
|
||||
/OpenCL-Headers-49f07d3.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global commit0 e986688daf750633898dfd3994e14a9e618f2aa5
|
||||
%global date 20180306
|
||||
%global commit0 49f07d313344ddb22701847ea5c18cb7db03b0d7
|
||||
%global date 20190205
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cl_hpp_ver 2.0.10
|
||||
|
||||
Name: opencl-headers
|
||||
Version: 2.2
|
||||
Release: 3%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Release: 4%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: OpenCL (Open Computing Language) header files
|
||||
|
||||
License: MIT
|
||||
@ -31,7 +31,7 @@ cp -p %{SOURCE1} %{SOURCE2} .
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_includedir}/CL/
|
||||
install -p -m 0644 *hpp opencl22/CL/* -t %{buildroot}%{_includedir}/CL/
|
||||
install -p -m 0644 *hpp CL/* -t %{buildroot}%{_includedir}/CL/
|
||||
# We're not interested in Direct3D things
|
||||
rm -vf %{buildroot}%{_includedir}/CL/cl_{dx9,d3d}*
|
||||
|
||||
@ -46,10 +46,14 @@ rm -vf %{buildroot}%{_includedir}/CL/cl_{dx9,d3d}*
|
||||
%{_includedir}/CL/cl_gl_ext.h
|
||||
%{_includedir}/CL/cl_ext_intel.h
|
||||
%{_includedir}/CL/cl_va_api_media_sharing_intel.h
|
||||
%{_includedir}/CL/cl_version.h
|
||||
%{_includedir}/CL/cl2.hpp
|
||||
%{_includedir}/CL/cl.hpp
|
||||
|
||||
%changelog
|
||||
* Tue Feb 05 2019 Dave Airlie <airlied@redhat.com> - 2.2-4.20190205git49f07d3
|
||||
- Update to latest upstream, pick up the ppc fix
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3.20180306gite986688
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (OpenCL-Headers-e986688.tar.gz) = b21631d7d7afc064c02607b45af572bd51bf0b6f7a5df11edad97843e01a684d55339917e0dbdeb17263e90ca2da4202cbfebe6e4946964a0d727e9e5ede9ae2
|
||||
SHA512 (cl2.hpp) = f220e3dd013596fe3134bf43e2957c293186071460f2a03f6e81e0e7def3213a568d4b29a06b4921cd3488e8626200dcd4693808f0f6c8f88e67d4147ff474e8
|
||||
SHA512 (cl.hpp) = 3168642c970a44eb71c0c05e5cf32441ddfc7a7f7d2c159076cd8cc662dc134773ea6a08b2a9414fcf259e5e9e574054966ad015d1578aae52b87efa5b662ad5
|
||||
SHA512 (OpenCL-Headers-49f07d3.tar.gz) = 1c16f8d065bfdd6e6b34e955da544d56d4bc3b2cf9a8a4716e6a3de11b238029663e4e11ecdaa05482bff05abcdf1e659eed4e888cb5adf9f0fe6fe20c938f66
|
||||
|
Loading…
Reference in New Issue
Block a user