From ff31f6558b911e924318b059516075f6413c5d8b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 Jun 2012 00:01:49 +0000 Subject: Sat Jun 30 00:01:49 UTC 2012 --- community/python2-pyopencl/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/python2-pyopencl') diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index 6dbdfcbee..51953da90 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 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') 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 } -- cgit v1.2.3-54-g00ecf