Changeset 11916
- Timestamp:
- 04/04/12 15:14:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r11856 r11916 1 1 #ISSM_TIER and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...) 2 3 #Windows compilers: 4 if [[ "$ISSM_ARCH" == "cygwin-intel" ]]; then 5 source $ISSM_TIER/externalpackages/windows/windows_environment.sh 6 fi 7 2 8 source $ISSM_TIER/etc/environment_variables.sh 3 9 4 #Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them before exporting the variables10 #Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them after exporting the variables 5 11 #to environment. 6 12 for i in $@ … … 8 14 eval $i 9 15 done 10 11 #Windows compilers:12 if [[ "$ISSM_ARCH" == "cygwin-intel" ]]; then13 source $ISSM_TIER/externalpackages/windows/windows_environment.sh14 fi15 16 source $ISSM_TIER/etc/environment_variables.sh17 16 18 17 #CRON utilities
Note:
See TracChangeset
for help on using the changeset viewer.