[clpeak] Re-enable ARMv7 now headers issue is fixed

Peter Robinson pbrobinson at fedoraproject.org
Tue Feb 17 22:39:11 UTC 2015


commit 609ffa01bd641d18c6713660c24c30d664016fc5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Feb 17 22:38:54 2015 +0000

    Re-enable ARMv7 now headers issue is fixed

 clpeak.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/clpeak.spec b/clpeak.spec
index c341b27..781ecc6 100644
--- a/clpeak.spec
+++ b/clpeak.spec
@@ -5,7 +5,7 @@
 Summary:    Find peak OpenCL capacities like bandwidth & compute
 Name:       clpeak
 Version:    0.1
-Release:    6%{?checkout}%{?dist}
+Release:    7%{?checkout}%{?dist}
 License:    Public Domain
 Group:      Applications/System
 URL:        https://github.com/krrishnarraj/%{name}
@@ -17,10 +17,6 @@ BuildRequires: opencl-headers
 BuildRequires: ocl-icd-devel
 BuildRequires: mesa-libGL-devel
 
-# Issue with arch specific opencl-headers
-# https://bugzilla.redhat.com/show_bug.cgi?id=1027199
-ExcludeArch: armv7hl
-
 
 %description
 A tool which profiles OpenCL devices to find their peak capacities like
@@ -50,6 +46,9 @@ install -pm0755 build/clpeak %{buildroot}%{_bindir}/
 
 
 %changelog
+* Tue Feb 17 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.1-7.20150215git9a39c0c
+- Re-enable ARMv7 now headers issue is fixed
+
 * Sun Feb 15 2015 Fabian Deutsch <fabiand at fedoraproject.org> - 0.1-6.20150215git9a39c0c
 - Update to latest upstream
 


More information about the scm-commits mailing list