diff options
Diffstat (limited to 'community/python2-pyopencl/PKGBUILD')
-rw-r--r-- | community/python2-pyopencl/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index 373fb59ff..276f21a7a 100644 --- a/community/python2-pyopencl/PKGBUILD +++ b/community/python2-pyopencl/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 65311 2012-02-20 22:07:36Z stephane $ +# $Id: PKGBUILD 73025 2012-06-28 12:23:14Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=python2-pyopencl -pkgver=2011.2 +pkgver=2012.1 pkgrel=1 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64' 'mips64el') url="http://mathema.tician.de/software/pyopencl" license=('custom') -depends=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa') +depends=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa' 'boost') makedepends=('ctags' 'python2-distribute') source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" 'LICENSE.txt') -sha1sums=('6db28dcb896c9fef7c1c361f69ebfb96050d2977' +sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7') build() { cd "${srcdir}/pyopencl-${pkgver}" - python2 ./configure.py --cl-enable-gl + python2 ./configure.py --cl-enable-gl --no-use-shipped-boost python2 setup.py build } |