[pocl] - switch to ExclusiveArch as it needs explicit porting to new arches

Dan Horák sharkcz at fedoraproject.org
Sun Sep 29 09:51:36 UTC 2013


commit 673b5222096fd407b49344dbf0a765719f2d99e1
Author: Dan Horák <dan at danny.cz>
Date:   Sun Sep 29 11:51:24 2013 +0200

    - switch to ExclusiveArch as it needs explicit porting to new arches

 pocl.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/pocl.spec b/pocl.spec
index 0e74886..71b6fc8 100644
--- a/pocl.spec
+++ b/pocl.spec
@@ -2,7 +2,7 @@
 Summary:  Portable Computing Language
 Name:     pocl
 Version:  0.8
-Release:  7%{?dist}
+Release:  8%{?dist}
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
 # except lib/kernel/vecmath which is under GPLv3+ or LGPLv3+ (and unbundled in future)
@@ -12,10 +12,9 @@ URL:      http://pocl.sourceforge.net
 Source0:  http://pocl.sourceforge.net/downloads/pocl-%{version}.tar.gz
 
 # Only armv7l is supported
-ExcludeArch: armv7hl
 # PPC support is currently broken, due to path problems
-ExcludeArch: ppc
-ExcludeArch: ppc64
+# s390(x) and aarch64 also not supported, so use ExclusiveArch
+ExclusiveArch: %{ix86} x86_64
 
 BuildRequires: pkgconfig automake autoconf libtool libtool-ltdl-devel
 BuildRequires: opencl-filesystem opencl-headers ocl-icd-devel
@@ -118,6 +117,9 @@ make check
 
 
 %changelog
+* Sun Sep 29 2013 Dan Horák <dan[at]danny.cz> - 0.8-8
+- switch to ExclusiveArch as it needs explicit porting to new arches
+
 * Wed Aug 28 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.8-7
 - Add requirements on opencl-filesystem and uthash
 - Remove uthash sources during prep


More information about the scm-commits mailing list