- Timestamp:
- 02/02/15 12:33:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
r18631 r19058 3 3 4 4 #Some cleanup 5 rm -rf install petsc-3.5. 2src5 rm -rf install petsc-3.5.3 src 6 6 mkdir install src 7 7 8 8 #Download from ISSM server 9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.5. 2.tar.gz' 'petsc-3.5.2.tar.gz'9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.5.3.tar.gz' 'petsc-3.5.3.tar.gz' 10 10 11 11 #Untar and move petsc to install directory 12 tar -zxvf petsc-3.5. 2.tar.gz13 mv petsc-3.5. 2/* src/14 rm -rf petsc-3.5. 212 tar -zxvf petsc-3.5.3.tar.gz 13 mv petsc-3.5.3/* src/ 14 rm -rf petsc-3.5.3 15 15 16 16 #configure
Note:
See TracChangeset
for help on using the changeset viewer.