Add support for using Spdlog in LBANN (#32034)
This commit is contained in:
parent
ce59b33bcf
commit
0d5437ea4e
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ class Lbann(CMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on("onnx", when="+onnx")
|
||||
depends_on("nvshmem", when="+nvshmem")
|
||||
|
||||
depends_on("spdlog", when="@:0.90,0.102:")
|
||||
depends_on("zstr")
|
||||
|
||||
generator = "Ninja"
|
||||
|
|
Loading…
Reference in a new issue