From 04a8784993f9c3c9588e5f193f6b3661a9bf7229 Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Sat, 20 Jan 2018 17:56:30 +0000 Subject: [PATCH] community/py-opencl: upgrade to 2018.1 --- community/py-opencl/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py-opencl/APKBUILD b/community/py-opencl/APKBUILD index 2c82ac90d12..adb211c2d2d 100644 --- a/community/py-opencl/APKBUILD +++ b/community/py-opencl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall pkgname=py-opencl _pkgreal=${pkgname/-/} -pkgver=2017.2.2 +pkgver=2018.1 pkgrel=0 pkgdesc="Python wrapper for OpenCL" url="https://pypi.python.org/pypi/pyopencl" @@ -15,7 +15,7 @@ checkdepends="py-six py-decorator pytest py-py" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" -options="!check" # FIXME: tests are broken (see commit message for details) +options="!check" # tests require python-theano which isn't packed yet build() { cd "$builddir" @@ -53,4 +53,4 @@ check() { python2 setup.py test } -sha512sums="d9026d8c615e0b776baf6852e835bf2b7390e42d283095ab524deb05f69e7b86a39b6ab035046af924b705726f78805610370d2c9be65dd7ce20d5e273fb3904 pyopencl-2017.2.2.tar.gz" +sha512sums="a3b6c58b3d4a8b16762b4fd7fecd5a6f35d1d143e5e23db76a1a114b258547e46e7b75482732629db3317bac9cf95325072ad5dab655715566e7c66958930149 pyopencl-2018.1.tar.gz"