aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-opencl
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-05-09 02:21:22 -0400
committerShiz <hi@shiz.me>2017-05-10 23:39:13 +0200
commitd87e1a727d860f2b1d6ecad79c1504bd77ae4325 (patch)
tree4b957177b6d03e6666bd5c0b25317250d1a329fb /community/py-opencl
parent4460e31d39d712cfa3aeab0178084e8f39f05c14 (diff)
downloadaports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.bz2
aports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.xz
community/[various]: no support for s390x yet
py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now.
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 15141db69e..6d6106ddf0 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 !ppc64le"
+arch="all !ppc64le !s390x"
license="MIT"
depends="python2"
depends_dev="$pkgname"