summaryrefslogtreecommitdiff
path: root/community/python2-pyopencl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-05 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-08-05 23:14:36 +0000
commit6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (patch)
tree9924a03656bbae858177323b61bfb213fe14a4b4 /community/python2-pyopencl
parent7e5cd77730015792e26338edcc137acf3f1bd2ae (diff)
Fri Aug 5 23:14:36 UTC 2011
Diffstat (limited to 'community/python2-pyopencl')
-rw-r--r--community/python2-pyopencl/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD
index 94049932f..42bb0432a 100644
--- a/community/python2-pyopencl/PKGBUILD
+++ b/community/python2-pyopencl/PKGBUILD
@@ -1,28 +1,25 @@
-# $Id: PKGBUILD 42723 2011-03-19 23:12:59Z stephane $
+# $Id: PKGBUILD 53500 2011-08-04 16:53:43Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=python2-pyopencl
-pkgver=0.92
-pkgrel=2
+pkgver=2011.1.2
+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' 'boost' 'python2-numpy' 'libcl' 'opencl-headers')
+depends=('python2' 'python2-numpy' 'python-mako' 'libcl' 'opencl-headers')
makedepends=('ctags' 'python2-distribute')
provides=('pyopencl=${pkgver}')
replaces=('pyopencl')
conflicts=('pyopencl')
source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz"
'LICENSE.txt')
-sha1sums=('5f683638328bc452e8ae5dceaf49c6059735fbca'
+sha1sums=('5ecc476b86317ed065c75c1d8efb2a53d1d8f075'
'2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
build() {
cd "${srcdir}/pyopencl-${pkgver}"
- python2 ./configure.py --boost-inc-dir=/usr/include \
- --boost-lib-dir=/usr/lib \
- --boost-python-libname=boost_python \
- --cl-inc-dir=/usr/include \
+ python2 ./configure.py --cl-inc-dir=/usr/include \
--cl-lib-dir=/usr/lib \
--cl-libname=OpenCL
python2 setup.py build