From 1358f0eb7792ffc0c2d9f2308b989eae9e8db559 Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Wed, 13 Sep 2023 10:24:39 +0200 Subject: [PATCH] include slepc 3.19.2 in petsc 3.19.4 archive --- products/compil_scripts/petsc-3.19.4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/compil_scripts/petsc-3.19.4.sh b/products/compil_scripts/petsc-3.19.4.sh index 2c50abe..9a57875 100755 --- a/products/compil_scripts/petsc-3.19.4.sh +++ b/products/compil_scripts/petsc-3.19.4.sh @@ -9,7 +9,7 @@ cp -r $SOURCE_DIR/* . CONFIGURE_FLAGS= CONFIGURE_FLAGS+=" --with-blaslapack-dir=${LAPACK_ROOT_DIR}" CONFIGURE_FLAGS+=" --with-python-dir=${PYTHON_ROOT_DIR}" -CONFIGURE_FLAGS+=" --download-slepc=/home/salome-public/prerequis/archives/slepc-3.19.2.tar.gz" +CONFIGURE_FLAGS+=" --download-slepc=ext/slepc-3.19.2.tar.gz" CONFIGURE_FLAGS+=" --with-hdf5-dir=${HDF5_ROOT_DIR}" CONFIGURE_FLAGS+=" --with-fftw-dir=${FFTW_ROOT_DIR}" CONFIGURE_FLAGS+=" --with-cuda=0" # -- 2.39.2