legion: drop cray-pmi dependency (#39620)

There are other ways to enforce cray-pmi being loaded in environments
that use cray-mpich. This avoids breaking environments where this was
already the case and avoids forcing them to declare an external.
This commit is contained in:
Richard Berger 2023-08-25 00:51:38 -06:00 committed by GitHub
parent 7f0f1b63d6
commit 52ccee79d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ class Legion(CMakePackage, ROCmPackage):
depends_on("ucx", when="network=ucx") depends_on("ucx", when="network=ucx")
depends_on("ucx", when="conduit=ucx") depends_on("ucx", when="conduit=ucx")
depends_on("mpi", when="conduit=mpi") depends_on("mpi", when="conduit=mpi")
depends_on("cray-pmi", when="network=gasnet ^cray-mpich")
depends_on("cuda@10.0:11.9", when="+cuda_unsupported_compiler @:23.03.0") depends_on("cuda@10.0:11.9", when="+cuda_unsupported_compiler @:23.03.0")
depends_on("cuda@10.0:11.9", when="+cuda @:23.03.0") depends_on("cuda@10.0:11.9", when="+cuda @:23.03.0")
depends_on("cuda@10.0:12.2", when="+cuda_unsupported_compiler @23.06.0:") depends_on("cuda@10.0:12.2", when="+cuda_unsupported_compiler @23.06.0:")