SQ Fix mpich

This commit is contained in:
2025-10-07 10:39:19 +02:00
parent b7832b5d9d
commit 4adc925ce7

View File

@@ -4,11 +4,13 @@
, libfabric
, mpich
, pmix
, gfortran
, symlinkJoin
}:
let
# pmix comes with the libraries in .out and headers in .dev
pmixAll = lib.symlinkJoin {
pmixAll = symlinkJoin {
name = "pmix-all";
paths = [ pmix.dev pmix.out ];
};