summaryrefslogtreecommitdiff
path: root/community/python2-pyopencl
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-25 13:37:35 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-25 13:37:35 -0600
commitd4891d626bd0699dafdcfa776ad0ee48df04f2d4 (patch)
tree215f7e117f4e146389e96b8b976591b101845667 /community/python2-pyopencl
parent14f1f7de0e32b27172968722644d5dbced226f52 (diff)
parentc46511670fc7e857a314c0e9e974be610065ab98 (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Conflicts: libre/linux-libre/PKGBUILD libre/linux-libre/linux-libre.install libre/metalog/PKGBUILD
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r--community/python2-pyopencl/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD
index 8f24a281f..65c20847a 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' 'mips64el')
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
}