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
RevLine 
[17802]1Index: ../trunk-jpl/externalpackages/petsc/install-3.1-win7.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/petsc/install-3.1-win7.sh (revision 16880)
4+++ ../trunk-jpl/externalpackages/petsc/install-3.1-win7.sh (revision 16881)
5@@ -14,12 +14,13 @@
6 rm -rf petsc-3.1-p7
7
8 export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"`
9+export PREFIX_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/install"`
10
11 #configure
12 cd src
13 ./config/configure.py \
14 --with-parallel-no \
15- --prefix="$ISSM_DIR/externalpackages/petsc/install" \
16+ --prefix=$PREFIX_DIR \
17 --PETSC_ARCH=cygwin-intel \
18 --PETSC_DIR=$PETSC_DIR \
19 --with-debugging=0 \
Note: See TracBrowser for help on using the repository browser.