Changeset 13544
- Timestamp:
- 10/04/12 18:17:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python/install-2.7.3-macosx-lion.sh
r13540 r13544 8 8 9 9 #Download from ISSM server 10 #$ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.3.tgz Python-2.7.3.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 #Untar and move python into install directory … … 17 17 #Configure and compile 18 18 cd src 19 ./configure --enable-framework="$ISSM_DIR/externalpackages/python/install/Library/Frameworks" 19 ./configure \ 20 --enable-framework="$ISSM_DIR/externalpackages/python/install/Library/Frameworks" 20 21 if [ $# -eq 0 ]; then 21 22 make
Note:
See TracChangeset
for help on using the changeset viewer.