diff --git a/scripts/cmake/DependenciesExternalProject.cmake b/scripts/cmake/DependenciesExternalProject.cmake index 275c95b1376487e84228964373da8ba8f1f96130..146a358638b3f91dca21c6850711271f7c63643c 100644 --- a/scripts/cmake/DependenciesExternalProject.cmake +++ b/scripts/cmake/DependenciesExternalProject.cmake @@ -80,8 +80,12 @@ if(OGS_USE_PETSC) PETSc ${_petsc_source} LOG_OUTPUT_ON_FAILURE ON CONFIGURE_COMMAND - ./configure --download-f2cblaslapack=1 --prefix=<INSTALL_DIR> - --with-debugging=$<CONFIG:Debug> ${_configure_opts} + ./configure + --download-f2cblaslapack=1 + --prefix=<INSTALL_DIR> + --download-hypre + --with-debugging=$<CONFIG:Debug> + ${_configure_opts} ${OGS_PETSC_CONFIG_OPTIONS} BUILD_IN_SOURCE ON BUILD_COMMAND make -j all diff --git a/scripts/env/eve/petsc.sh b/scripts/env/eve/petsc.sh index 51dd5128868001f824eacaf5410286ecc5597903..6bebb4f8b68db9777eab3cbee282c8a038f38fbe 100644 --- a/scripts/env/eve/petsc.sh +++ b/scripts/env/eve/petsc.sh @@ -6,7 +6,7 @@ fi source $DIR/mpi.sh -module load petsc/3.16.4_maint_foss_2020b +module load petsc-bilke/3.16.5_foss2020b module load HDF5/1.10.7 echo -e "Note: If you want to run a simulation on the cluster be aware of the "\ diff --git a/web/data/versions.json b/web/data/versions.json index 018d8b2a278998916324f422d0fb42a873590948..e55536153f266841faaa71cdf82834b12c1241e3 100644 --- a/web/data/versions.json +++ b/web/data/versions.json @@ -40,6 +40,7 @@ "git+https://github.com/joergbuchwald/VTUinterface@master#egg=VTUinterface", "git+https://github.com/bilke/nb2hugo@e27dc02df2be1ce19e4a6f52d197c2e2a6ca520c#egg=nb2hugo", "ipykernel==6.9.1", + "jinja2==3.0.3", "nbconvert==6.4.0", "ipython_genutils==0.2.0", "pillow==9.0.0"