Salome HOME
passage to petsc 3.14.0
[tools/sat_salome.git] / products / compil_scripts / petsc.sh
index ccf99feeb6c92b27538f9c1f5025e4ed54684528..5eb0db1a449476c6b9ce9f78d3ec8d87c095fb86 100755 (executable)
@@ -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.13.4.tar.gz
+./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
 
 if [ $? -ne 0 ]
 then