1
0
forked from rpms/mesa

OpenCL now supported on aarch64

This commit is contained in:
Peter Robinson 2016-01-22 03:02:07 +00:00
parent 18b9324ce1
commit aa9021e94e

View File

@ -34,9 +34,11 @@
%define with_ilo 1 %define with_ilo 1
%define with_vmware 1 %define with_vmware 1
%define with_xa 1 %define with_xa 1
%define with_opencl 1
%define with_omx 1 %define with_omx 1
%endif %endif
%ifarch aarch64 %{ix86} x86_64
%define with_opencl 1
%endif
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
%define with_vc4 1 %define with_vc4 1
%define with_freedreno 1 %define with_freedreno 1
@ -55,7 +57,7 @@
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Name: mesa Name: mesa
Version: 11.2.0 Version: 11.2.0
Release: 0.devel.5.%{git}%{?dist} Release: 0.devel.6.%{git}%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -546,7 +548,7 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%endif %endif
%if 0%{?with_llvm} %if 0%{?with_llvm}
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64 aarch64
%dir %{_libdir}/gallium-pipe %dir %{_libdir}/gallium-pipe
%{_libdir}/gallium-pipe/*.so %{_libdir}/gallium-pipe/*.so
%endif %endif
@ -687,6 +689,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 11.2.0-0.devel.6.5e3edd4
- OpenCL now supported on aarch64
* Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.5.5e3edd4 * Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.5.5e3edd4
- 5e3edd4 - 5e3edd4