Changeset 16880


Ignore:
Timestamp:
11/22/13 00:00:59 (11 years ago)
Author:
Eric.Larour
Message:

CHG: get petsc directory into cygwin compatible path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.1-win7.sh

    r15319 r16880  
    1414rm -rf petsc-3.1-p7
    1515
     16export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"`
     17
    1618#configure
    1719cd src
     
    2022        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2123        --PETSC_ARCH=cygwin-intel \
    22         --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     24        --PETSC_DIR=$PETSC_DIR \
    2325        --with-debugging=0 \
    2426        --with-mpi=0 \
Note: See TracChangeset for help on using the changeset viewer.