chai: add dependency on C (#48316)

This commit is contained in:
Massimiliano Culpo 2025-01-10 15:15:14 +01:00 committed by GitHub
parent d46ac9b1e4
commit c1258a1431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,8 @@ class Chai(CachedCMakePackage, CudaPackage, ROCmPackage):
)
version("1.0", tag="v1.0", commit="501a098ad879dc8deb4a74fcfe8c08c283a10627", submodules=True)
depends_on("cxx", type="build") # generated
depends_on("c", type="build")
depends_on("cxx", type="build")
# Patching Umpire for dual BLT targets import changed MPI target name in Umpire link interface
# We propagate the patch here.