summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@users.noreply.github.com>2022-09-12 04:38:55 -0500
committerGitHub <noreply@github.com>2022-09-12 11:38:55 +0200
commit8071cc60cb62eda4d6b9862157ec5489eb6144ff (patch)
treee034a4fbf5975ccec52eeb5df602555267c3f5b5 /var
parentf5c0bc194f25f425d034ff4eed65a69a21fcd215 (diff)
downloadspack-8071cc60cb62eda4d6b9862157ec5489eb6144ff.tar.gz
spack-8071cc60cb62eda4d6b9862157ec5489eb6144ff.tar.bz2
spack-8071cc60cb62eda4d6b9862157ec5489eb6144ff.tar.xz
spack-8071cc60cb62eda4d6b9862157ec5489eb6144ff.zip
mpich: Set minimum libfabric version to build (#32557)
Starting with MPICH 3.4, we need at least libfabric 1.5 in order to build. Fixes #24394
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mpich/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py
index f0dc8b0a91..a09b779e0b 100644
--- a/var/spack/repos/builtin/packages/mpich/package.py
+++ b/var/spack/repos/builtin/packages/mpich/package.py
@@ -198,6 +198,7 @@ with '-Wl,-commons,use_dylibs' and without
# The ch3 ofi netmod results in crashes with libfabric 1.7
# See https://github.com/pmodels/mpich/issues/3665
depends_on("libfabric@:1.6", when="device=ch3 netmod=ofi")
+ depends_on("libfabric@1.5:", when="@3.4: device=ch4 netmod=ofi")
depends_on("ucx", when="netmod=ucx")
depends_on("mxm", when="netmod=mxm")