Changeset 25671
- Timestamp:
- 10/09/20 11:44:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.14-tetralith.sh
r25667 r25671 9 9 # macOS configuration. 10 10 11 ## Constants 12 # 11 # Constants 13 12 VER="3.14.0" 14 13 15 # #Download source16 #$ISSM_DIR/scripts/DownloadExternalPackage.sh "https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-${VER}.tar.gz" "petsc-${VER}.tar.gz"17 # 18 # #Unpack source19 #tar -zxvf petsc-${VER}.tar.gz20 # 21 # #Cleanup22 #rm -rf install src23 #mkdir install src24 # 25 # #Move source to 'src' directory26 #mv petsc-${VER}/* src/27 #rm -rf petsc-${VER}14 # Download source 15 $ISSM_DIR/scripts/DownloadExternalPackage.sh "https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-${VER}.tar.gz" "petsc-${VER}.tar.gz" 16 17 # Unpack source 18 tar -zxvf petsc-${VER}.tar.gz 19 20 # Cleanup 21 rm -rf install src 22 mkdir install src 23 24 # Move source to 'src' directory 25 mv petsc-${VER}/* src/ 26 rm -rf petsc-${VER} 28 27 29 28 # Configure
Note:
See TracChangeset
for help on using the changeset viewer.