From 903b3859df8ebbf45dd5013ff19b30d7499b6ac9 Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Fri, 17 Jun 2022 11:27:43 +0200 Subject: [PATCH] modified: p/PETSc/PETSc-3.17.2-foss-2021a.eb --- p/PETSc/PETSc-3.17.2-foss-2021a.eb | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/p/PETSc/PETSc-3.17.2-foss-2021a.eb b/p/PETSc/PETSc-3.17.2-foss-2021a.eb index fb5df359..7c630281 100644 --- a/p/PETSc/PETSc-3.17.2-foss-2021a.eb +++ b/p/PETSc/PETSc-3.17.2-foss-2021a.eb @@ -34,17 +34,21 @@ dependencies = [ ('Python', '3.9.5'), ('SciPy-bundle', '2021.05'), ('Boost', '1.76.0'), -# ('METIS', '5.1.0'), -# ('SCOTCH', '6.1.0'), -# ('MUMPS', '5.3.5', '-metis'), -# ('SuiteSparse', '5.8.1', '-METIS-5.1.0'), + ('METIS', '5.1.0'), + ('SCOTCH', '6.1.0'), + ('MUMPS', '5.4.0', '-metis'), +# ('SuiteSparse', '5.10.1', '-METIS-5.1.0'), ('Hypre', '2.24.0'), ] # enabling --with-mpi4py seems to be totally broken, leads to make errors like: # No rule to make target 'mpi4py-build' -configopts = '--LIBS="$LIBS -lrt" --with-mpi4py=0 --with-fortran=1 --download-scalapack ' -configopts += '--download-parmetis --download-metis --download-mumps=yes' +configopts = ' CC=$CC CXX=$CXX FC=$FC F77=$F77 F90=$F90 ' +configopts += ' CFLAGS=$CFLAGS CXXFLAGS=$CXXFLAGS FFLAGS=$FFLAGS F90FLAGS=$F90FLAGS ' +configopts += ' CPPFLAGS=$CPPFLAGS LDFLAGS=$LDFLAGS ' +configopts += ' --LIBS="$LIBS -lrt" --with-mpi4py=0 ' +#configopts = '--LIBS="$LIBS -lrt" --with-mpi4py=0 --with-fortran=1 --download-scalapack ' +#configopts += '--download-parmetis --download-metis --download-mumps=yes' shared_libs = 1