Changeset 1447
- Timestamp:
- 07/30/09 17:26:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1418 r1447 35 35 #install ISSM 36 36 37 #1: install some packages 37 #1: modify some variables 38 cd etc 39 cat environment_variables.sh | sed -e "s/C:\/MATLAB\/R2009a\//usr\/local\/pkgs\/matlab-7.6\//g" > environment_variables.sh.bak 40 mv environment_variables.sh.bak environment_variables.sh 41 cd .. 42 43 #2: install some required external packages 38 44 cd externalpackages 39 45 cd mpich2 … … 51 57 cd $ISSM_DIR 52 58 53 # 2: install automake and autoconf59 #3: install automake and autoconf 54 60 cd devpackages 55 61 make
Note:
See TracChangeset
for help on using the changeset viewer.