Changeset 15231
- Timestamp:
- 06/10/13 14:15:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r15228 r15231 65 65 libpathappend "$MATLAB_DIR/lib" 66 66 67 #legacy mpich2 (To be removed) 67 68 MPI_DIR="$ISSM_DIR/externalpackages/mpich2/install" 68 69 if [ -d "$MPI_DIR" ]; then … … 114 115 pathprepend "$GDAL_DIR/bin" 115 116 libpathappend "$GDAL_DIR/lib" 117 118 PROJ4_DIR="$ISSM_DIR/externalpackages/proj.4/install" 119 libpathappend "$PROJ4_DIR/lib" 116 120 117 121 MERCURIAL_DIR="$ISSM_DIR/externalpackages/mercurial/install"
Note:
See TracChangeset
for help on using the changeset viewer.