diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-08 20:59:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 13:45:45 +0200 |
commit | 5c7835921d759b8da2f051c4e3e6c6c540cfdfdc (patch) | |
tree | 0c19dfeb63eb595dd4c66db56c9790dfd7eb69e8 /community/py-opencl | |
parent | 4358dca0f77dcc6bd073e6f1e55e5c59c89e6c1b (diff) | |
download | aports-5c7835921d759b8da2f051c4e3e6c6c540cfdfdc.tar.bz2 aports-5c7835921d759b8da2f051c4e3e6c6c540cfdfdc.tar.xz |
community/py-opencl: enable build on ppc64le
The version 2017.1.1 of py-opencl compiles in ppc64le. I am enabling
it.
Diffstat (limited to 'community/py-opencl')
-rw-r--r-- | community/py-opencl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-opencl/APKBUILD b/community/py-opencl/APKBUILD index 9ab00c977e..80ca58cc4a 100644 --- a/community/py-opencl/APKBUILD +++ b/community/py-opencl/APKBUILD @@ -6,7 +6,7 @@ pkgver=2017.1.1 pkgrel=0 pkgdesc="Python wrapper for OpenCL" url="https://pypi.python.org/pypi/pyopencl" -arch="all !ppc64le !s390x" +arch="all !s390x" license="MIT" depends="py-mako" makedepends="python2-dev python3-dev py-setuptools py-mako py-numpy ctags libffi-dev mesa-dev opencl-headers |