summaryrefslogtreecommitdiff
path: root/community-staging/python2-pyopencl/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:02:46 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:02:46 -0300
commit4c16587eb7c30d3711461153659677c2c3facc26 (patch)
treeda7c2d1e34072a83456c3a1a526d3f48dc439d68 /community-staging/python2-pyopencl/PKGBUILD
parent89c6ae2d17f97e67150b36167fdba856dea8111a (diff)
removing crap and some updates
Diffstat (limited to 'community-staging/python2-pyopencl/PKGBUILD')
-rw-r--r--community-staging/python2-pyopencl/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community-staging/python2-pyopencl/PKGBUILD b/community-staging/python2-pyopencl/PKGBUILD
deleted file mode 100644
index 3007ce2a6..000000000
--- a/community-staging/python2-pyopencl/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73358 2012-07-06 16:18:30Z stephane $
-# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
-
-pkgname=python2-pyopencl
-pkgver=2012.1
-pkgrel=2
-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' '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=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff'
- '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
- cd "${srcdir}/pyopencl-${pkgver}"
- python2 ./configure.py --cl-enable-gl --no-use-shipped-boost
-
- python2 setup.py build
-}
-
-package() {
- cd "${srcdir}/pyopencl-${pkgver}"
- python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-
- install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}