From d57ce6a0f4ab4ffbc5523d3fac759a80f481f5fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 31 Dec 2021 11:13:34 -0500 Subject: [PATCH] python3-pyopencl: update to 2021.2.11. --- srcpkgs/python3-pyopencl/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template index 14f6bca641..5ad16613fb 100644 --- a/srcpkgs/python3-pyopencl/template +++ b/srcpkgs/python3-pyopencl/template @@ -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 " 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 }