aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-06-28 11:56:18 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-06-28 14:17:03 +0000
commitd291f2175237946210abf7318625a352d0fc901b (patch)
tree631f8720d9c2f3d4f0c0c1584380571af5b79bd0
parent92815fbe18c4145eaffb8a27246637c45ea30525 (diff)
downloadvoid-packages-d291f2175237946210abf7318625a352d0fc901b.tar
void-packages-d291f2175237946210abf7318625a352d0fc901b.tar.gz
void-packages-d291f2175237946210abf7318625a352d0fc901b.tar.bz2
void-packages-d291f2175237946210abf7318625a352d0fc901b.tar.lz
void-packages-d291f2175237946210abf7318625a352d0fc901b.tar.xz
void-packages-d291f2175237946210abf7318625a352d0fc901b.tar.zst
void-packages-d291f2175237946210abf7318625a352d0fc901b.zip
python3-pyopencl: update to 2024.2.7.
-rw-r--r--srcpkgs/python3-pyopencl/patches/build-deps.patch15
-rw-r--r--srcpkgs/python3-pyopencl/template4
2 files changed, 2 insertions, 17 deletions
diff --git a/srcpkgs/python3-pyopencl/patches/build-deps.patch b/srcpkgs/python3-pyopencl/patches/build-deps.patch
deleted file mode 100644
index 6cc93fe279b..00000000000
--- a/srcpkgs/python3-pyopencl/patches/build-deps.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix the numpy version restriction, and eliminate the cmake and ninja
-dependencies for which Void offers no Python package.
-
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -2,8 +2,7 @@
- requires = [
- "scikit-build-core >=0.9.3",
- "nanobind >=1.9.2",
-- "numpy;python_version >= '3.9' and platform_python_implementation == 'PyPy'",
-- "oldest-supported-numpy;python_version < '3.9' or platform_python_implementation != 'PyPy'",
-+ "numpy",
- ]
- build-backend = "scikit_build_core.build"
-
diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 9449b68063a..f57ba9421ed 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,6 +1,6 @@
# Template file for 'python3-pyopencl'
pkgname=python3-pyopencl
-version=2024.2.6
+version=2024.2.7
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-numpy
@@ -12,7 +12,7 @@ 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=ceb9beeef0b6162e601c05922fede29b5094554a66eb473c610cabc14308ba82
+checksum=6ae4458a959b6ad9c138fb711a52c4d57c2c2f798eb3aecc4c26830cb2726140
# Tests require a working OpenCL platform
make_check=no