aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-08 20:59:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-16 15:52:41 +0200
commit098bb0f20cda94690e6d02b1b771d8f275af4629 (patch)
treec27e35cd8fc21001e84af975a4bad89bbf5e3bc0
parent0ff9b6e986f0ab191b68ded418ca5a0f30c73908 (diff)
downloadalpine_aports-098bb0f20cda94690e6d02b1b771d8f275af4629.tar.bz2
alpine_aports-098bb0f20cda94690e6d02b1b771d8f275af4629.tar.xz
alpine_aports-098bb0f20cda94690e6d02b1b771d8f275af4629.zip
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/APKBUILD2
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
6pkgrel=0 6pkgrel=0
7pkgdesc="Python wrapper for OpenCL" 7pkgdesc="Python wrapper for OpenCL"
8url="https://pypi.python.org/pypi/pyopencl" 8url="https://pypi.python.org/pypi/pyopencl"
9arch="all !ppc64le !s390x" 9arch="all !s390x"
10license="MIT" 10license="MIT"
11depends="python2" 11depends="python2"
12depends_dev="$pkgname" 12depends_dev="$pkgname"