diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-08 20:59:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 15:52:41 +0200 |
commit | 098bb0f20cda94690e6d02b1b771d8f275af4629 (patch) | |
tree | c27e35cd8fc21001e84af975a4bad89bbf5e3bc0 | |
parent | 0ff9b6e986f0ab191b68ded418ca5a0f30c73908 (diff) | |
download | aports-098bb0f20cda94690e6d02b1b771d8f275af4629.tar.bz2 aports-098bb0f20cda94690e6d02b1b771d8f275af4629.tar.xz |
community/py-opencl: enable build on ppc64le
The version 2017.1.1 of py-opencl compiles in ppc64le. I am enabling
it.
(cherry picked from commit 5c7835921d759b8da2f051c4e3e6c6c540cfdfdc)
-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 6d6106ddf0..a519b9bcd8 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 !s390x" +arch="all !s390x" license="MIT" depends="python2" depends_dev="$pkgname" |