python3-pyopencl: rebuild for Python 3.10, update to 2021.2.8.

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:17:36 -04:00
parent c04d63aa08
commit b7649b05ba

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pyopencl' # Template file for 'python3-pyopencl'
pkgname=python3-pyopencl pkgname=python3-pyopencl
version=2021.2.6 version=2021.2.8
revision=1 revision=1
wrksrc=${pkgname#*-}-${version} wrksrc=${pkgname#*-}-${version}
build_style=python3-module build_style=python3-module
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="X11, Apache-2.0, BSD-3-Clause" license="X11, Apache-2.0, BSD-3-Clause"
homepage="https://mathema.tician.de/software/pyopencl" homepage="https://mathema.tician.de/software/pyopencl"
distfiles="${PYPI_SITE}/p/pyopencl/pyopencl-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyopencl/pyopencl-${version}.tar.gz"
checksum=df208546d28a3274ba7b554d50643ed1e393b8f3f75a43b24b83d3ee76597587 checksum=15809b5d2b9a86ad01e31d176c00415436805ac884c4d197d9263bfe98280d76
do_configure() { do_configure() {
./configure.py --cl-inc-dir=${XBPS_CROSS_BASE}/usr/include \ ./configure.py --cl-inc-dir=${XBPS_CROSS_BASE}/usr/include \