Changeset 15231


Ignore:
Timestamp:
06/10/13 14:15:10 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added proj.4 in path

File:
1 edited

Legend:

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

    r15228 r15231  
    6565libpathappend "$MATLAB_DIR/lib"
    6666
     67#legacy mpich2 (To be removed)
    6768MPI_DIR="$ISSM_DIR/externalpackages/mpich2/install"
    6869if [ -d "$MPI_DIR" ]; then
     
    114115pathprepend "$GDAL_DIR/bin"
    115116libpathappend "$GDAL_DIR/lib"
     117
     118PROJ4_DIR="$ISSM_DIR/externalpackages/proj.4/install"
     119libpathappend "$PROJ4_DIR/lib"
    116120
    117121MERCURIAL_DIR="$ISSM_DIR/externalpackages/mercurial/install"
Note: See TracChangeset for help on using the changeset viewer.