From c9b1089d2819b6d2ca6d9980768a2ffe67d54a21 Mon Sep 17 00:00:00 2001 From: Simon Branford Date: Sat, 17 Dec 2022 15:00:05 +0000 Subject: [PATCH] add ParMETIS and SuperLU_Dist deps to PETSc 3.17.4 --- easybuild/easyconfigs/p/PETSc/PETSc-3.17.4-foss-2022a.eb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easybuild/easyconfigs/p/PETSc/PETSc-3.17.4-foss-2022a.eb b/easybuild/easyconfigs/p/PETSc/PETSc-3.17.4-foss-2022a.eb index 058019a15f9a..4f5e7a066713 100644 --- a/easybuild/easyconfigs/p/PETSc/PETSc-3.17.4-foss-2022a.eb +++ b/easybuild/easyconfigs/p/PETSc/PETSc-3.17.4-foss-2022a.eb @@ -36,6 +36,8 @@ dependencies = [ ('MUMPS', '5.5.1', '-metis'), ('SuiteSparse', '5.13.0', '-METIS-5.1.0'), ('Hypre', '2.25.0'), + ('ParMETIS', '4.0.3'), + ('SuperLU_DIST', '8.1.0'), ] # enabling --with-mpi4py seems to be totally broken, leads to make errors like: