summaryrefslogtreecommitdiff
path: root/community/python2-pyopencl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-pyopencl/PKGBUILD')
-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 9b99ac4eb..c5d2cbad4 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' 'mips64el')
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