lbann: relax the requirement on protobuf (#41591)
This commit is contained in:
parent
138d0c7a13
commit
e36bee41a0
@ -223,7 +223,7 @@ class Lbann(CachedCMakePackage, CudaPackage, ROCmPackage):
|
|||||||
depends_on("py-setuptools", type="build", when="+pfe")
|
depends_on("py-setuptools", type="build", when="+pfe")
|
||||||
depends_on("py-protobuf+cpp@3.10.0:4.21.12", type=("build", "run"), when="+pfe")
|
depends_on("py-protobuf+cpp@3.10.0:4.21.12", type=("build", "run"), when="+pfe")
|
||||||
|
|
||||||
depends_on("protobuf+shared@3.10.0:3.21.12")
|
depends_on("protobuf@3.10.0:3.21.12")
|
||||||
depends_on("zlib-api", when="^protobuf@3.11.0:")
|
depends_on("zlib-api", when="^protobuf@3.11.0:")
|
||||||
|
|
||||||
# using cereal@1.3.1 and above requires changing the
|
# using cereal@1.3.1 and above requires changing the
|
||||||
|
Loading…
Reference in New Issue
Block a user