mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py-opencl: upgrade to 2018.1
This commit is contained in:
parent
b2ba69a1c6
commit
04a8784993
@ -2,7 +2,7 @@
|
||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user