Fix mpich package

This commit is contained in:
2025-03-04 17:50:11 +01:00
parent 769948f388
commit 3de966036b
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
{
mpich
lib
, mpich
, pmix
, libfabric
, gfortran
, symlinkJoin
}:
# Configure the OFI network for MPICH
@@ -36,4 +38,4 @@ in mpich.overrideAttrs (old: {
"FFLAGS=-fallow-argument-mismatch" # https://github.com/pmodels/mpich/issues/4300
"FCFLAGS=-fallow-argument-mismatch"
];
});
})