cray-mpich: fix dependencies for externals from manifest (#34231)

The cray manifest shows dependency information for cray-mpich, which we never previously cared about
because it can only be used as an external. This updates Spack's dependency information to make cray-mpich
specs read in from the cray external manifest usable.
This commit is contained in:
Peter Scheibel
2022-12-05 12:11:56 -08:00
committed by GitHub
parent 3edc85ec21
commit 64d957dece

View File

@@ -29,6 +29,9 @@ class CrayMpich(Package):
version("7.7.14")
version("7.7.13")
depends_on("cray-pmi")
depends_on("libfabric")
# cray-mpich 8.1.7: features MPI compiler wrappers
variant("wrappers", default=True, when="@8.1.7:", description="enable MPI wrappers")