Skip to content

Commit

Permalink
Merge pull request #57 from lanl/rbberger/add_missing_dep
Browse files Browse the repository at this point in the history
spack: add missing test dependency
  • Loading branch information
Yurlungur authored Sep 16, 2024
2 parents d8fafe3 + c0e0086 commit cb0fe87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack-repo/packages/ports-of-call/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class PortsOfCall(CMakePackage):

depends_on("cmake@3.12:")
depends_on("catch2@3.0.1:", when="+test")
depends_on("kokkos", when="+test test_portability_strategy=Kokkos")

def cmake_args(self):
args = [
Expand Down

0 comments on commit cb0fe87

Please sign in to comment.