Changeset 17667


Ignore:
Timestamp:
04/08/14 10:23:05 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: use tao-2.2.2 instead of tao-2.2-pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/tao/install-2.2.sh

    r15221 r17667  
    11#!/bin/bash
    22set -eu
    3 #http://www.mcs.anl.gov/research/projects/tao/download/tao-2.2-pre1.tar.gz
     3#http://www.mcs.anl.gov/research/projects/tao/download/tao-2.2.2.tar.gz
    44
    55#compatible with PETSc 3.4
    66
    77#Some cleanup
    8 rm -rf install tao-2.2-pre1
     8rm -rf install tao-2.2.2
    99mkdir install
    1010
    1111#Download from ISSM server
    12 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/tao-2.2-pre1.tar.gz' 'tao-2.2-pre1.tar.gz'
     12$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/tao-2.2.2.tar.gz' 'tao-2.2.2.tar.gz'
    1313
    1414#Untar
    15 tar -zxvf  tao-2.2-pre1.tar.gz
     15tar -zxvf  tao-2.2.2.tar.gz
    1616
    1717#move into place
    18 mv tao-2.2-pre1/* install/
    19 rm -rf tao-2.2-pre1
     18mv tao-2.2.2/* install/
     19rm -rf tao-2.2.2
    2020
    2121#compile
Note: See TracChangeset for help on using the changeset viewer.