- Timestamp:
- 10/14/14 11:06:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
r18438 r18631 3 3 4 4 #Some cleanup 5 rm -rf install petsc-3.5. 1src5 rm -rf install petsc-3.5.2 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. 1.tar.gz' 'petsc-3.5.1.tar.gz'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' 10 10 11 11 #Untar and move petsc to install directory 12 tar -zxvf petsc-3.5. 1.tar.gz13 mv petsc-3.5. 1/* src/14 rm -rf petsc-3.5. 112 tar -zxvf petsc-3.5.2.tar.gz 13 mv petsc-3.5.2/* src/ 14 rm -rf petsc-3.5.2 15 15 16 16 #configure
Note:
See TracChangeset
for help on using the changeset viewer.