Changeset 11504


Ignore:
Timestamp:
02/22/12 09:58:44 (13 years ago)
Author:
Mathieu Morlighem
Message:

installing tao 2.0-p3, which fixes some bugs from the previous release (line search failure did not stop the optimization)

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  
    11#!/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
    34
    45#Some cleanup
    5 rm -rf install tao-2.0
     6rm -rf install tao-2.0-p3
    67mkdir install
    78
    89#Untar
    9 tar -zxvf  tao-2.0.tar.gz
     10tar -zxvf  tao-2.0-p3.tar.gz
    1011
    1112#move into place
    12 mv tao-2.0/* install/
    13 rm -rf tao-2.0
     13mv tao-2.0-p3/* install/
     14rm -rf tao-2.0-p3
    1415cd install
    1516export TAO_DIR="$ISSM_TIER/externalpackages/tao/install/"
Note: See TracChangeset for help on using the changeset viewer.