Changeset 18905


Ignore:
Timestamp:
12/02/14 14:01:31 (10 years ago)
Author:
adhikari
Message:

source the environment for gmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r18810 r18905  
    7171pathprepend   "$MATLAB_DIR/bin" #take precedence over /usr/local/bin/matlab
    7272libpathappend "$MATLAB_DIR/lib"
     73
     74#GMT
     75GMT_DIR="$ISSM_DIR/externalpackages/gmt/install"
     76export GMT_DIR
     77pathprepend   "$GMT_DIR/bin"
     78libpathappend "$GMT_DIR/lib"
    7379
    7480#legacy mpich2 (To be removed)
Note: See TracChangeset for help on using the changeset viewer.