summaryrefslogtreecommitdiff
path: root/community/python2-pyopencl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
commitc7e80d90ff5637e1be58084748ff74d0aefda9dd (patch)
tree595803e7e17e207ccd5b5d5142124e668cba3a1f /community/python2-pyopencl
parent38e2ca05a73307a06dc9a8d6e9e97da7fcdff4fa (diff)
parent3025740c981e5acc29f25b400bc93046776d7008 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/python2-matplotlib/PKGBUILD community-testing/python2-matplotlib/setup.cfg kde-unstable/kdebindings-python/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus/PKGBUILD testing/libusbx/PKGBUILD testing/pyqt/PKGBUILD
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 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
}