summaryrefslogtreecommitdiff
path: root/community/python2-pyopencl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-30 00:01:49 +0000
committerroot <root@rshg054.dnsready.net>2012-06-30 00:01:49 +0000
commitff31f6558b911e924318b059516075f6413c5d8b (patch)
treec60e837c5e5c8e10b9f367152621091c714e4ea7 /community/python2-pyopencl
parenta9811800fb65ca331655a1bbe22e67e7564099f8 (diff)
Sat Jun 30 00:01:49 UTC 2012
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r--community/python2-pyopencl/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <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')
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
}