Archived
1
0
forked from rarias/bscpkgs

Add workaround for MPICH 4.2.0

See: https://github.com/pmodels/mpich/issues/6946

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2024-03-15 21:39:43 +01:00
parent 2b26cd2f46
commit 3863fc25a5
2 changed files with 40 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ final: prev:
paths = [ pmix.dev pmix.out ];
};
in prev.mpich.overrideAttrs (old: {
patches = [
# See https://github.com/pmodels/mpich/issues/6946
./mpich-fix-hwtopo.patch
];
buildInput = old.buildInputs ++ [
libfabric
pmixAll