Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
e67347b6
Unverified
Commit
e67347b6
authored
2 years ago
by
Brent Huisman
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bump pybind11 to 2.10.0
- allow arbor to be build against py3.11 - modernise!
parent
86ad95d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/pybind11
+1
-1
1 addition, 1 deletion
python/pybind11
spack/package.py
+1
-0
1 addition, 0 deletions
spack/package.py
with
2 additions
and
1 deletion
pybind11
@
aa304c9c
Compare
f7b49961
...
aa304c9c
Subproject commit
f7b499615e14d70ab098a20deb0cdb3889998a1a
Subproject commit
aa304c9c7d725ffb9d10af08a3b34cb372307020
This diff is collapsed.
Click to expand it.
spack/package.py
+
1
−
0
View file @
e67347b6
...
...
@@ -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
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment