guibuilder_pel7ppc64lebuilder0
5 years ago
3 changed files with 22585 additions and 0 deletions
@ -0,0 +1,81 @@
@@ -0,0 +1,81 @@
|
||||
%global commit 8e196ba99632fc43998cf17cce87282c250d9177 |
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) |
||||
%global cl_hpp_ver 2.0.10 |
||||
|
||||
Name: opencl-headers |
||||
Version: 2.1 |
||||
Release: 2%{?dist} |
||||
Summary: OpenCL (Open Computing Language) header files |
||||
|
||||
License: MIT |
||||
URL: https://www.khronos.org/registry/cl/ |
||||
|
||||
Source0: https://github.com/KhronosGroup/OpenCL-Headers/archive/%{commit}/%{name}-%{shortcommit}.tar.gz |
||||
Source1: https://github.com/KhronosGroup/OpenCL-CLHPP/releases/download/v%{cl_hpp_ver}/cl2.hpp |
||||
# OCL 1.2 compatibility |
||||
Source2: https://www.khronos.org/registry/cl/api/%{version}/cl.hpp |
||||
|
||||
BuildArch: noarch |
||||
|
||||
%description |
||||
%{summary}. |
||||
|
||||
%prep |
||||
%autosetup -n OpenCL-Headers-%{commit} |
||||
cp -p %{SOURCE1} %{SOURCE2} . |
||||
# We're not interested in Direct3D things |
||||
rm -vf cl_dx9_media_sharing.h cl_d3d10.h cl_d3d11.h |
||||
|
||||
%build |
||||
# Nothing to build |
||||
|
||||
%install |
||||
mkdir -p %{buildroot}%{_includedir}/CL/ |
||||
install -p -m 0644 * -t %{buildroot}%{_includedir}/CL/ |
||||
|
||||
%files |
||||
%dir %{_includedir}/CL |
||||
%{_includedir}/CL/opencl.h |
||||
%{_includedir}/CL/cl_platform.h |
||||
%{_includedir}/CL/cl.h |
||||
%{_includedir}/CL/cl_ext.h |
||||
%{_includedir}/CL/cl_egl.h |
||||
%{_includedir}/CL/cl_gl.h |
||||
%{_includedir}/CL/cl_gl_ext.h |
||||
%{_includedir}/CL/cl2.hpp |
||||
%{_includedir}/CL/cl.hpp |
||||
|
||||
%changelog |
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Wed Aug 31 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.1-1 |
||||
- Update to 2.1 |
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Sun Jan 17 2016 Dave Airlie <airlied@redhat.com> - 1.2-8 |
||||
- add cl_egl.h |
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Fri Apr 25 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 1.2-5 |
||||
- Pull patch application into pre |
||||
|
||||
* Fri Apr 25 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 1.2-4 |
||||
- Add patch for cl.hpp to be usable on arm rhbz#1027199 |
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Fri Mar 01 2013 Dave Airlie <airlied@redhat.com> 1.2-2 |
||||
- fix missing dir and remove defattr. |
||||
|
||||
* Wed Feb 27 2013 Dave Airlie <airlied@redhat.com> 1.2-1 |
||||
- OpenCL header files from Khronos for OpenCL 1.2 |
||||
|
Loading…
Reference in new issue