summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorRichard Berger <rberger@lanl.gov>2023-08-25 00:51:38 -0600
committerGitHub <noreply@github.com>2023-08-25 08:51:38 +0200
commit52ccee79d8bed5b6d1527100a4bd34ee1ccd9d4c (patch)
treee27830e19a79fcf7f9529823d8e24d57b229c2ca /var
parent7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6 (diff)
downloadspack-52ccee79d8bed5b6d1527100a4bd34ee1ccd9d4c.tar.gz
spack-52ccee79d8bed5b6d1527100a4bd34ee1ccd9d4c.tar.bz2
spack-52ccee79d8bed5b6d1527100a4bd34ee1ccd9d4c.tar.xz
spack-52ccee79d8bed5b6d1527100a4bd34ee1ccd9d4c.zip
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.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/legion/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/legion/package.py b/var/spack/repos/builtin/packages/legion/package.py
index 9b0d11112d..9b23364a42 100644
--- a/var/spack/repos/builtin/packages/legion/package.py
+++ b/var/spack/repos/builtin/packages/legion/package.py
@@ -50,7 +50,6 @@ class Legion(CMakePackage, ROCmPackage):
depends_on("ucx", when="network=ucx")
depends_on("ucx", when="conduit=ucx")
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 @:23.03.0")
depends_on("cuda@10.0:12.2", when="+cuda_unsupported_compiler @23.06.0:")