summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-07-28 00:06:08 +0100
committerMarek Szuba <marecki@gentoo.org>2022-07-28 00:37:10 +0100
commit7348691d6134aeaaf36e5e3d0280f412081169a0 (patch)
treec4b421ef80f814387ce5f1086e2e28c70de2b073 /dev-python/pyopencl
parentdev-util/idea-community: drop 2022.1.4.221.6008.13 (diff)
downloadgentoo-7348691d6134aeaaf36e5e3d0280f412081169a0.tar.gz
gentoo-7348691d6134aeaaf36e5e3d0280f412081169a0.tar.bz2
gentoo-7348691d6134aeaaf36e5e3d0280f412081169a0.zip
dev-python/pyopencl: block pybind11-2.10
Closes: https://bugs.gentoo.org/858473 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pyopencl')
-rw-r--r--dev-python/pyopencl/pyopencl-2022.1.5.ebuild1
-rw-r--r--dev-python/pyopencl/pyopencl-2022.1.6.ebuild1
-rw-r--r--dev-python/pyopencl/pyopencl-2022.1.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pyopencl/pyopencl-2022.1.5.ebuild b/dev-python/pyopencl/pyopencl-2022.1.5.ebuild
index 261ffbe3f5b9..b6ce5908fee9 100644
--- a/dev-python/pyopencl/pyopencl-2022.1.5.ebuild
+++ b/dev-python/pyopencl/pyopencl-2022.1.5.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
# libglvnd is only needed for the headers
BDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pybind11-2.5.0[${PYTHON_USEDEP}]
+ <dev-python/pybind11-2.10.0[${PYTHON_USEDEP}]
opengl? ( media-libs/libglvnd )"
# The test suite fails if there are no OpenCL platforms available, and
diff --git a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
index aaaad732504f..f4ac98b955a8 100644
--- a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
+++ b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
# libglvnd is only needed for the headers
BDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pybind11-2.5.0[${PYTHON_USEDEP}]
+ <dev-python/pybind11-2.10.0[${PYTHON_USEDEP}]
opengl? ( media-libs/libglvnd )"
# The test suite fails if there are no OpenCL platforms available, and
diff --git a/dev-python/pyopencl/pyopencl-2022.1.ebuild b/dev-python/pyopencl/pyopencl-2022.1.ebuild
index ddb481845549..c9d619a08692 100644
--- a/dev-python/pyopencl/pyopencl-2022.1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2022.1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
# libglvnd is only needed for the headers
BDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pybind11-2.5.0[${PYTHON_USEDEP}]
+ <dev-python/pybind11-2.10.0[${PYTHON_USEDEP}]
opengl? ( media-libs/libglvnd )"
# The test suite fails if there are no OpenCL platforms available, and