source: issm/oecreview/Archive/16554-17801/ISSM-16880-16881.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 705 bytes
  • ../trunk-jpl/externalpackages/petsc/install-3.1-win7.sh

     
    1414rm -rf petsc-3.1-p7
    1515
    1616export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"`
     17export PREFIX_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/install"`
    1718
    1819#configure
    1920cd src
    2021./config/configure.py  \
    2122        --with-parallel-no \
    22         --prefix="$ISSM_DIR/externalpackages/petsc/install" \
     23        --prefix=$PREFIX_DIR \
    2324        --PETSC_ARCH=cygwin-intel \
    2425        --PETSC_DIR=$PETSC_DIR \
    2526        --with-debugging=0 \
Note: See TracBrowser for help on using the repository browser.