Changeset 16881


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

CHG: prefix directory also requires going through cygpath.

File:
1 edited

Legend:

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

    r16880 r16881  
    1515
    1616export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"`
     17export PREFIX_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/install"`
    1718
    1819#configure
     
    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 \
Note: See TracChangeset for help on using the changeset viewer.