Skip to content

Commit 50da703

Browse files
authored
kynema: add c dependency (spack#2493)
1 parent c75e108 commit 50da703

File tree

1 file changed

+1
-0
lines changed
  • repos/spack_repo/builtin/packages/kynema

1 file changed

+1
-0
lines changed

repos/spack_repo/builtin/packages/kynema/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Kynema(CMakePackage, CudaPackage, ROCmPackage):
6262
)
6363

6464
depends_on("cxx", type="build")
65+
depends_on("c", type="build")
6566
depends_on("[email protected]:")
6667
depends_on("[email protected]:")
6768
depends_on("kokkos-kernels")

0 commit comments

Comments
 (0)