p4est: use mpiCheckPhaseHook (#385898)

This commit is contained in:
Markus Kowalewski
2025-03-02 16:20:56 +01:00
committed by GitHub
@@ -7,6 +7,7 @@
p4est-withMetis ? true,
metis,
p4est-sc,
mpiCheckPhaseHook,
}:
let
@@ -56,6 +57,10 @@ stdenv.mkDerivation {
doCheck
;
nativeCheckInputs = lib.optionals mpiSupport [
mpiCheckPhaseHook
];
meta = {
branch = "prev3-develop";
description = "Parallel AMR on Forests of Octrees";