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 , libfabric
, mpich , mpich
, pmix , pmix
, gfortran
, symlinkJoin
}: }:
let let
# pmix comes with the libraries in .out and headers in .dev # pmix comes with the libraries in .out and headers in .dev
pmixAll = lib.symlinkJoin { pmixAll = symlinkJoin {
name = "pmix-all"; name = "pmix-all";
paths = [ pmix.dev pmix.out ]; paths = [ pmix.dev pmix.out ];
}; };