diff options
author | root <root@rshg054.dnsready.net> | 2011-12-16 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-16 23:14:53 +0000 |
commit | 492f7c22a61fdb0488000da9f66d68e11bb43918 (patch) | |
tree | 4186fa7bc3f8d6b6e8bbf984b036a5478d63272f /community/python2-pyopencl | |
parent | ac25f0b5aaf7aff394a8df695be995ec8463e264 (diff) |
Fri Dec 16 23:14:53 UTC 2011
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r-- | community/python2-pyopencl/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index 2175324bd..a9256b7c5 100644 --- a/community/python2-pyopencl/PKGBUILD +++ b/community/python2-pyopencl/PKGBUILD @@ -1,13 +1,14 @@ -# $Id: PKGBUILD 53932 2011-08-10 01:28:16Z stephane $ +# $Id: PKGBUILD 60633 2011-12-15 21:15:10Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> + pkgname=python2-pyopencl pkgver=2011.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" license=('custom') -depends=('python2' 'python2-numpy' 'python-mako' 'python2-pytools' 'libcl' 'opencl-headers') +depends=('python2' 'python2-numpy' 'python-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa') makedepends=('ctags' 'python2-distribute') provides=('pyopencl=${pkgver}') replaces=('pyopencl') @@ -19,7 +20,7 @@ sha1sums=('5ecc476b86317ed065c75c1d8efb2a53d1d8f075' build() { cd "${srcdir}/pyopencl-${pkgver}" - python2 ./configure.py + python2 ./configure.py --cl-enable-gl python2 setup.py build } |