From: Quentin Cozette Date: Thu, 29 Oct 2020 18:13:36 +0000 (+0100) Subject: petsc compilation : use local blas and slepc external packages, now integrated inside... X-Git-Tag: V9_6_0^2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4411f396ed21a7a4d548bc549bbd8c0edf213883;p=tools%2Fsat_salome.git petsc compilation : use local blas and slepc external packages, now integrated inside the used archive (ext/ dedicated directory) --- 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