Skip to content

Commit

Permalink
make spack package always request gtest (not just for type=test)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Aug 2, 2023
1 parent 3f078e8 commit 2a8d3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Arbor(CMakePackage, CudaPackage):
# misc dependencies
depends_on("[email protected]:", when="@0.5.3:") # required by the modcc compiler
depends_on("[email protected]:", when="@0.7.1:")
depends_on("[email protected]", type="test", when="@0.7.1:")
depends_on("[email protected]", when="@0.7.1:")
depends_on("[email protected]:", when="@0.7.1:")
depends_on("nlohmann-json")
depends_on("random123")
Expand Down

0 comments on commit 2a8d3ba

Please sign in to comment.