Changeset 11263


Ignore:
Timestamp:
01/31/12 09:40:42 (13 years ago)
Author:
Mathieu Morlighem
Message:

Installed TAO 2.0

Location:
issm/trunk-jpl/externalpackages/tao
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/tao/install.sh ΒΆ

    r11101 r11263  
    11#!/bin/bash
     2#wget http://www.mcs.anl.gov/research/projects/tao/download/tao-2.0.tar.gz
    23
    34#Some cleanup
    4 rm -rf install tao-1.10.1-p1
     5rm -rf install tao-2.0
    56mkdir install
    67
    78#Untar
    8 tar -zxvf  tao-1.10.1-p1.tar.gz
     9tar -zxvf  tao-2.0.tar.gz
    910
    1011#move into place
    11 mv tao-1.10.1-p1/* install/
    12 rm -rf tao-1.10.1-p1
     12mv tao-2.0/* install/
     13rm -rf tao-2.0
    1314cd install
    1415export TAO_DIR="$ISSM_TIER/externalpackages/tao/install/"
Note: See TracChangeset for help on using the changeset viewer.