Minor update in Care package

This commit is contained in:
Adrien M. BERNEDE 2025-04-09 10:33:40 +02:00
parent b05e9fb6c7
commit 280017a9ba

View File

@ -153,12 +153,7 @@ class Care(CachedCMakePackage, CudaPackage, ROCmPackage):
depends_on("chai+openmp")
with when("+cuda"):
# WARNING: this package currently only supports an internal cub
# package. This will cause a race condition if compiled with another
# package that uses cub. TODO: have all packages point to the same external
# cub package.
depends_on("cub")
depends_on("umpire+cuda")
depends_on("raja+cuda")
depends_on("chai+cuda")