Changeset 11504
- Timestamp:
- 02/22/12 09:58:44 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/tao
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/tao/install.sh
r11263 r11504 1 1 #!/bin/bash 2 #wget http://www.mcs.anl.gov/research/projects/tao/download/tao-2.0.tar.gz 2 #http://www.mcs.anl.gov/research/projects/tao/download/index.html 3 #wget http://www.mcs.anl.gov/research/projects/tao/download/tao-2.0-p3.tar.gz 3 4 4 5 #Some cleanup 5 rm -rf install tao-2.0 6 rm -rf install tao-2.0-p3 6 7 mkdir install 7 8 8 9 #Untar 9 tar -zxvf tao-2.0 .tar.gz10 tar -zxvf tao-2.0-p3.tar.gz 10 11 11 12 #move into place 12 mv tao-2.0 /* install/13 rm -rf tao-2.0 13 mv tao-2.0-p3/* install/ 14 rm -rf tao-2.0-p3 14 15 cd install 15 16 export TAO_DIR="$ISSM_TIER/externalpackages/tao/install/"
Note:
See TracChangeset
for help on using the changeset viewer.