SHA256
1
0
forked from pool/Mesa

Accepting request 489186 from home:a_faerber:branches:X11:XOrg

Enable OpenCL for all but ARMv7 and ARMv6

OBS-URL: https://build.opensuse.org/request/show/489186
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=601
This commit is contained in:
Stefan Dirsch 2017-04-19 08:32:56 +00:00 committed by Git OBS Bridge
parent 63b05b8698
commit 4511120c5c
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 18 21:33:50 UTC 2017 - afaerber@suse.de
- Enable OpenCL for aarch64, ppc64 and ppc64le now, too.
%arm is still left out, waiting for llvm4 to build.
-------------------------------------------------------------------
Mon Apr 17 17:17:22 UTC 2017 - mimi.vx@gmail.com

View File

@ -44,7 +44,8 @@
%endif
%if 0%{gallium_loader} && 0%{?suse_version} >= 1330
# llvm >= 3.9 not provided for <= 1330
%ifarch %ix86 x86_64 s390x
%ifnarch %arm
# TODO Drop ifnarch %%arm once llvm4 has built in Factory
%define with_opencl 1
%endif
%ifarch %ix86 x86_64
@ -391,8 +392,8 @@ applications using the OpenGL|ES 3.x APIs.
%package -n libOSMesa8
Summary: Mesa Off-screen rendering extension
# Wrongly named package shipped .so.8
Group: System/Libraries
# Wrongly named package shipped .so.8
Obsoletes: libOSMesa9 < %{version}-%{release}
Provides: libOSMesa9 = %{version}-%{release}
@ -498,8 +499,8 @@ implementation of Mesa.
%package libd3d
Summary: Mesa Direct3D9 state tracker
# Manually provide d3d library (bnc#918294)
Group: System/Libraries
# Manually provide d3d library (bnc#918294)
%ifarch x86_64 s390x ppc64le aarch64
Provides: d3dadapter9.so.1()(64bit)
%else