Skip to content

Commit c1258a1

Browse files
authored
chai: add dependency on C (spack#48316)
1 parent d46ac9b commit c1258a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

var/spack/repos/builtin/packages/chai/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class Chai(CachedCMakePackage, CudaPackage, ROCmPackage):
9797
)
9898
version("1.0", tag="v1.0", commit="501a098ad879dc8deb4a74fcfe8c08c283a10627", submodules=True)
9999

100-
depends_on("cxx", type="build") # generated
100+
depends_on("c", type="build")
101+
depends_on("cxx", type="build")
101102

102103
# Patching Umpire for dual BLT targets import changed MPI target name in Umpire link interface
103104
# We propagate the patch here.

0 commit comments

Comments
 (0)