From e67347b61e054aa7cbafd092211de85994375421 Mon Sep 17 00:00:00 2001 From: Brent Huisman <brenthuisman@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:16:35 +0200 Subject: [PATCH] bump pybind11 to 2.10.0 - allow arbor to be build against py3.11 - modernise! --- python/pybind11 | 2 +- spack/package.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pybind11 b/python/pybind11 index f7b49961..aa304c9c 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 56791d87..38047359 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") -- GitLab