We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686e2ba commit 8dd5af7Copy full SHA for 8dd5af7
spack-repo/packages/ports-of-call/package.py
@@ -53,6 +53,7 @@ class PortsOfCall(CMakePackage):
53
54
depends_on("[email protected]:")
55
depends_on("[email protected]:", when="+test")
56
+ depends_on("kokkos", when="+test test_portability_strategy=Kokkos")
57
58
def cmake_args(self):
59
args = [
0 commit comments