From 03407e15d4e70ed50e34938bf806cc461e43b49b Mon Sep 17 00:00:00 2001 From: Quentin Cozette Date: Thu, 29 Oct 2020 19:13:36 +0100 Subject: [PATCH] petsc compilation : use local blas and slepc external packages, now integrated inside the used archive (ext/ dedicated directory) --- products/compil_scripts/petsc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/compil_scripts/petsc.sh b/products/compil_scripts/petsc.sh index 9d691d2..bebcbc8 100755 --- a/products/compil_scripts/petsc.sh +++ b/products/compil_scripts/petsc.sh @@ -10,7 +10,7 @@ cp -r $SOURCE_DIR/* . echo echo "*** configure" -./configure --prefix=$PRODUCT_INSTALL --with-mpi=0 --download-f2cblaslapack=https://www.mcs.anl.gov/petsc/mirror/externalpackages/f2cblaslapack-3.4.2.q4.tar.gz --download-slepc=https://slepc.upv.es/download/distrib/slepc-3.14.0.tar.gz +./configure --prefix=$PRODUCT_INSTALL --with-mpi=0 --download-f2cblaslapack=ext/f2cblaslapack-3.4.2.q4 --download-slepc=ext/slepc-3.14.0 if [ $? -ne 0 ] then -- 2.39.2