diff options
author | root <root@rshg054.dnsready.net> | 2013-01-09 00:06:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-09 00:06:34 -0800 |
commit | df5c50dd38ff67fd25c968d9ac33f9a52bc4583c (patch) | |
tree | 6845d6b38f64aa161c48055c8d45c94ad2418402 /community/python-pyopencl | |
parent | c6944c224fa06987b04ffc1e90f5db0dfb200be9 (diff) |
Wed Jan 9 00:06:34 PST 2013
Diffstat (limited to 'community/python-pyopencl')
-rw-r--r-- | community/python-pyopencl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index 61f8d8e78..560cc01c2 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78243 2012-10-17 10:26:44Z allan $ +# $Id: PKGBUILD 82124 2013-01-09 01:12:19Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') pkgver=2012.1 -pkgrel=5 +pkgrel=6 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" @@ -21,7 +21,7 @@ build() { cp -a pyopencl-$pkgver{,-python2} cd "${srcdir}/pyopencl-${pkgver}" - python3 ./configure.py --cl-enable-gl --no-use-shipped-boost + python3 ./configure.py --cl-enable-gl --no-use-shipped-boost --boost-python-libname=boost_python3 python3 setup.py build cd "$srcdir/pyopencl-$pkgver-python2" |