From ff59b80d82f168a4bdf54d60b4c2d0b54b1899af Mon Sep 17 00:00:00 2001 From: Brent Huisman Date: Mon, 22 Aug 2022 10:00:30 +0200 Subject: [PATCH] bump pybind11 for py3.11 compat --- python/pybind11 | 2 +- spack/package.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pybind11 b/python/pybind11 index f7b499615e..aa304c9c7d 160000 --- a/python/pybind11 +++ b/python/pybind11 @@ -1 +1 @@ -Subproject commit f7b499615e14d70ab098a20deb0cdb3889998a1a +Subproject commit aa304c9c7d725ffb9d10af08a3b34cb372307020 diff --git a/spack/package.py b/spack/package.py index 56791d87b3..38047359f9 100644 --- a/spack/package.py +++ b/spack/package.py @@ -79,6 +79,7 @@ class Arbor(CMakePackage, CudaPackage): with when("+python"): depends_on("py-pybind11@2.6:", type=("build")) depends_on("py-pybind11@2.8.1:", when="@0.5.3:", type=("build")) + depends_on("py-pybind11@2.10.0:", when="@0.7.1:", type=("build")) # sphinx based documentation depends_on("python@3.7:", when="+doc", type="build")