pflotran: configure petsc-3.21.4 with python312

This commit is contained in:
qbisi
2025-09-03 16:45:40 +08:00
parent 8cb2716492
commit 02b83e98bf
+2 -1
View File
@@ -11,7 +11,7 @@
parmetis,
hdf5-fortran-mpi,
mpiCheckPhaseHook,
python3,
python312Packages,
}:
let
@@ -31,6 +31,7 @@ let
{
withMetis = true;
withParmetis = true;
python3Packages = python312Packages;
};
in
stdenv.mkDerivation (finalAttrs: {