Salome HOME
add pip symbolic link to pip3
[tools/sat_salome.git] / products / compil_scripts / petsc.sh
index b1b37ecf5b136b9066750ff6ee3db63bd677da6f..feaf62e3bcf93d1c6e1634e7611eacf57ce75e18 100755 (executable)
@@ -16,6 +16,7 @@ echo
 if [ -n "${MPI_ROOT_DIR}" ]
 then
   echo "*** configure with mpi"
+  CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-hypre=ext/hypre-2.20.0"
   ./configure --prefix=${PRODUCT_INSTALL} --with-mpi-dir=${MPI_ROOT_DIR} ${CONFIGURE_FLAGS}
 else
   echo "*** configure without mpi"