From 9fda3c1ad73298fddc90aee6283d92af3aed7619 Mon Sep 17 00:00:00 2001 From: Thyagarajulu Gollapalli Date: Sat, 4 Apr 2026 17:25:27 +1100 Subject: [PATCH] add missing packages to petsc during hpc build --- petsc-custom/build-petsc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/petsc-custom/build-petsc.sh b/petsc-custom/build-petsc.sh index f55e3278e..63d816297 100755 --- a/petsc-custom/build-petsc.sh +++ b/petsc-custom/build-petsc.sh @@ -293,6 +293,7 @@ configure_petsc() { --download-cmake=1 \ --download-bison=1 \ --with-petsc4py=1 \ + --with-slepc4py=1 \ --with-make-np=40 ;; gadi) @@ -304,6 +305,7 @@ configure_petsc() { --with-hdf5-dir="${HDF5_DIR}" \ --download-fblaslapack=1 \ --with-petsc4py=1 \ + --with-slepc4py=1 \ --with-make-np=40 \ --with-shared-libraries=1 \ --with-cxx-dialect=C++11 \