Add support for using Spdlog in LBANN (#32034)
This commit is contained in:
parent
ce59b33bcf
commit
0d5437ea4e
@ -256,6 +256,7 @@ class Lbann(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
depends_on("onnx", when="+onnx")
|
depends_on("onnx", when="+onnx")
|
||||||
depends_on("nvshmem", when="+nvshmem")
|
depends_on("nvshmem", when="+nvshmem")
|
||||||
|
|
||||||
|
depends_on("spdlog", when="@:0.90,0.102:")
|
||||||
depends_on("zstr")
|
depends_on("zstr")
|
||||||
|
|
||||||
generator = "Ninja"
|
generator = "Ninja"
|
||||||
|
Loading…
Reference in New Issue
Block a user