python3-pyopencl: update to 2021.2.11.
This commit is contained in:
parent
1fede06352
commit
d57ce6a0f4
1 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pyopencl'
|
||||
pkgname=python3-pyopencl
|
||||
version=2021.2.10
|
||||
version=2021.2.11
|
||||
revision=1
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
build_style=python3-module
|
||||
|
@ -12,18 +12,15 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="X11, Apache-2.0, BSD-3-Clause"
|
||||
homepage="https://mathema.tician.de/software/pyopencl"
|
||||
distfiles="${PYPI_SITE}/p/pyopencl/pyopencl-${version}.tar.gz"
|
||||
checksum=75a1f202741bace9606a8680bbbfac69bf8a73d4e7511fb1a6ce3e48185996ae
|
||||
checksum=334a6cdde7ef18e4370604b9a1d6551b055e8828a4da004893f26091669b561b
|
||||
# Tests require a working OpenCL platform
|
||||
make_check=no
|
||||
|
||||
do_configure() {
|
||||
./configure.py --cl-inc-dir=${XBPS_CROSS_BASE}/usr/include \
|
||||
--cl-lib-dir=${XBPS_CROSS_BASE}/usr/lib
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# Tests require a working OpenCL platform
|
||||
:
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue