Changeset 13370
- Timestamp:
- 09/14/12 10:36:30 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/python
- Files:
-
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python/install-2.7.3-linux64.sh
r13369 r13370 4 4 #Some cleanup 5 5 rm -rf install src 6 rm -rf Python-2.7. 26 rm -rf Python-2.7.3 7 7 mkdir install src 8 8 9 9 #Download from ISSM server 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.2.tgz Python-2.7.2.tgz 11 12 #exports 13 export CC 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.3.tgz Python-2.7.3.tgz 14 11 15 12 #Untar and move python into install directory 16 tar -zxvf Python-2.7. 2.tgz17 mv Python-2.7. 2/* src18 rm -rf Python-2.7. 213 tar -zxvf Python-2.7.3.tgz 14 mv Python-2.7.3/* src 15 rm -rf Python-2.7.3 19 16 20 17 #Configure python -
issm/trunk-jpl/externalpackages/python/install-2.7.3-macosx-lion.sh
r13369 r13370 4 4 #Some cleanup 5 5 rm -rf install src 6 rm -rf Python-2.7. 26 rm -rf Python-2.7.3 7 7 mkdir install src 8 8 9 9 #Download from ISSM server 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.2.tgz Python-2.7.2.tgz 11 12 #exports 13 export CC 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.3.tgz Python-2.7.3.tgz 14 11 15 12 #Untar and move python into install directory 16 tar -zxvf Python-2.7. 2.tgz17 mv Python-2.7. 2/* src18 rm -rf Python-2.7. 213 tar -zxvf Python-2.7.3.tgz 14 mv Python-2.7.3/* src 15 rm -rf Python-2.7.3 19 16 20 17 #Configure and compile -
issm/trunk-jpl/externalpackages/python/install-2.7.3-macosx-snowleopard.sh
r13369 r13370 4 4 #Some cleanup 5 5 rm -rf install src 6 rm -rf Python-2.7. 26 rm -rf Python-2.7.3 7 7 mkdir install src 8 8 9 9 #Download from ISSM server 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7. 2.tgz Python-2.7.2.tgz10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.3.tgz Python-2.7.3.tgz 11 11 12 12 #exports 13 export CC14 13 export MACOSX_DEPLOYMENT_TARGET=10.6 15 14 16 15 #Untar and move python into install directory 17 tar -zxvf Python-2.7. 2.tgz18 mv Python-2.7. 2/* src19 rm -rf Python-2.7. 216 tar -zxvf Python-2.7.3.tgz 17 mv Python-2.7.3/* src 18 rm -rf Python-2.7.3 20 19 21 20 #Configure doxygen
Note:
See TracChangeset
for help on using the changeset viewer.