Changeset 20500 for issm/trunk/etc/environment.sh
- Timestamp:
- 04/12/16 21:32:01 (9 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 build-js 2 build-esmf 3 build-gcm 1 4 build-fw 2 5 build-ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 19104,19106-19126,19128-19134,19136-19170,19172-19299,19302,19306-19405,19407-19604,19606-19668,19670-20496
- Property svn:ignore
-
issm/trunk/etc/environment.sh
r19105 r20500 96 96 97 97 PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" 98 export PETSC_DIR 99 libpathappend "$PETSC_DIR/lib" 98 if [ -d "$PETSC_DIR" ]; then 99 export PETSC_DIR 100 libpathappend "$PETSC_DIR/lib" 101 fi 100 102 101 103 SLEPC_DIR="$ISSM_DIR/externalpackages/slepc/install" … … 282 284 libpathappend "$SVN_DIR/lib" 283 285 286 CVS_DIR="$ISSM_DIR/externalpackages/cvs/install" 287 pathprepend "$CVS_DIR/bin" 288 284 289 APR_DIR="$ISSM_DIR/externalpackages/apr/install" 285 290 pathappend "$APR_DIR/bin" … … 312 317 libpathprepend "$ISSM_DIR/externalpackages/expat/install" 313 318 dylibpathprepend "$ISSM_DIR/externalpackages/expat/install" 319 320 #GMSH 321 pathappend "$ISSM_DIR/externalpackages/gmsh/install" 314 322 315 323 #CURL … … 317 325 dylibpathprepend "$ISSM_DIR/externalpackages/curl/install/lib" 318 326 pathprepend "$ISSM_DIR/externalpackages/curl/install/bin" 327 328 #GMT 329 pathprepend "$ISSM_DIR/externalpackages/gmt/install/bin"
Note:
See TracChangeset
for help on using the changeset viewer.