Skip to content

Commit

Permalink
Fix spackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Oct 22, 2024
1 parent 513d011 commit 351db98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class Arbor(CMakePackage, CudaPackage):
depends_on("[email protected]:", when="@0.7.1:", type="build")
depends_on("[email protected]:", when="@0.7.1:", type="build")
depends_on("[email protected]:", when="@2.11.1:", type="build")
depends_on("[email protected]", type="build")

# sphinx based documentation
with when("+doc"):
Expand Down

0 comments on commit 351db98

Please sign in to comment.