Now supported on aarch64/Power64
This commit is contained in:
parent
f88cbb0e29
commit
97ccccef2d
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: libclc
|
Name: libclc
|
||||||
Version: 0.0.1
|
Version: 0.0.1
|
||||||
Release: 11.%{checkout}%{?dist}
|
Release: 12.%{checkout}%{?dist}
|
||||||
Summary: An open source implementation of the OpenCL 1.1 library requirements
|
Summary: An open source implementation of the OpenCL 1.1 library requirements
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -21,8 +21,7 @@ URL: http://libclc.llvm.org/
|
|||||||
#Source0: %{name}-%{checkout}.tar.xz
|
#Source0: %{name}-%{checkout}.tar.xz
|
||||||
Source0: https://github.com/llvm-mirror/%{name}/archive/%{commit}/%{name}-%{checkout}.tar.gz
|
Source0: https://github.com/llvm-mirror/%{name}/archive/%{commit}/%{name}-%{checkout}.tar.gz
|
||||||
|
|
||||||
# Only builds on x86
|
ExclusiveArch: %{ix86} x86_64 aaarch64 %{power64}
|
||||||
ExclusiveArch: %{ix86} x86_64
|
|
||||||
|
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
@ -95,6 +94,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.0.1-12.20150918git4346c30
|
||||||
|
- Now supported on aarch64/Power64
|
||||||
|
|
||||||
* Fri Sep 18 2015 Dave Airlie <airlied@redhat.com> 0.0.1-11.20150918git4346c30
|
* Fri Sep 18 2015 Dave Airlie <airlied@redhat.com> 0.0.1-11.20150918git4346c30
|
||||||
- latest snapshot - set build req to llvm 3.7
|
- latest snapshot - set build req to llvm 3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user