Changeset 15736


Ignore:
Timestamp:
08/07/13 09:54:32 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: old cmake not available anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/cmake/install.sh

    r13395 r15736  
    33
    44#Some cleanup
    5 rm -rf install cmake-2.8.5
     5rm -rf install cmake-2.8.11.2
    66mkdir install
    77
    88#Download from ISSM server
    9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/cmake-2.8.5.tar.gz' 'cmake-2.8.5.tar.gz'
     9$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/cmake-2.8.11.2.tar.gz' 'cmake-2.8.11.2.tar.gz'
    1010
    1111#Untar
    12 tar -zxvf  cmake-2.8.5.tar.gz
     12tar -zxvf  cmake-2.8.11.2.tar.gz
    1313
    1414#Move cmake into install directory
    15 mv cmake-2.8.5/* install
    16 rm -rf cmake-2.8.5
     15mv cmake-2.8.11.2/* install
     16rm -rf cmake-2.8.11.2
    1717
    1818#Compile cmake
Note: See TracChangeset for help on using the changeset viewer.