Ignore:
Timestamp:
04/12/16 21:32:01 (9 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 20497

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/etc/environment.sh

    r19105 r20500  
    9696
    9797PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install"
    98 export PETSC_DIR
    99 libpathappend "$PETSC_DIR/lib"
     98if [ -d "$PETSC_DIR" ]; then
     99        export PETSC_DIR
     100        libpathappend "$PETSC_DIR/lib"
     101fi
    100102
    101103SLEPC_DIR="$ISSM_DIR/externalpackages/slepc/install"
     
    282284libpathappend "$SVN_DIR/lib"
    283285
     286CVS_DIR="$ISSM_DIR/externalpackages/cvs/install"
     287pathprepend   "$CVS_DIR/bin"
     288
    284289APR_DIR="$ISSM_DIR/externalpackages/apr/install"
    285290pathappend    "$APR_DIR/bin"
     
    312317libpathprepend   "$ISSM_DIR/externalpackages/expat/install"
    313318dylibpathprepend   "$ISSM_DIR/externalpackages/expat/install"
     319
     320#GMSH
     321pathappend   "$ISSM_DIR/externalpackages/gmsh/install"
    314322
    315323#CURL
     
    317325dylibpathprepend   "$ISSM_DIR/externalpackages/curl/install/lib"
    318326pathprepend "$ISSM_DIR/externalpackages/curl/install/bin"
     327
     328#GMT
     329pathprepend "$ISSM_DIR/externalpackages/gmt/install/bin"
Note: See TracChangeset for help on using the changeset viewer.