python3-pyopencl: update to 2024.2.7.
This commit is contained in:
parent
92815fbe18
commit
d291f21752
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue