aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-opencl
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-13 17:16:34 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-13 17:16:34 +0000
commit72cfe7bdda929c4982368c1ebcb81626a7e6b6fe (patch)
tree085cbfa75f4b336f762e58c0061ee5669a4a215e /community/py-opencl
parent3c0d8ea5cbb2744c490b9ac8a83413e9734dcda6 (diff)
downloadaports-72cfe7bdda929c4982368c1ebcb81626a7e6b6fe.tar.bz2
aports-72cfe7bdda929c4982368c1ebcb81626a7e6b6fe.tar.xz
community/py-opencl: Do not build on ppc64le
Currently py-opencl breaks hard on ppc64le and the patch does not seem trivial. I don't think that OpenCL was ever ported to ppc64le. Skipping this package at this moment.
Diffstat (limited to 'community/py-opencl')
-rw-r--r--community/py-opencl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-opencl/APKBUILD b/community/py-opencl/APKBUILD
index 6b47a1b402..15141db69e 100644
--- a/community/py-opencl/APKBUILD
+++ b/community/py-opencl/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2016.2.1
pkgrel=0
pkgdesc="Python wrapper for OpenCL"
url="https://pypi.python.org/pypi/pyopencl"
-arch="all"
+arch="all !ppc64le"
license="MIT"
depends="python2"
depends_dev="$pkgname"