diff options
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r-- | community/python2-pyopencl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index 94049932f..9b99ac4eb 100644 --- a/community/python2-pyopencl/PKGBUILD +++ b/community/python2-pyopencl/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python2-pyopencl pkgver=0.92 pkgrel=2 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mathema.tician.de/software/pyopencl" license=('custom') depends=('python2' 'boost' 'python2-numpy' 'libcl' 'opencl-headers') |