Changeset 11837
- Timestamp:
- 03/30/12 21:26:58 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python
-
Property svn:ignore
set to
install
src
-
Property svn:ignore
set to
-
issm/trunk-jpl/externalpackages/python/install.sh
r11128 r11837 3 3 4 4 #Some cleanup 5 rm -rf install 5 rm -rf install src 6 6 rm -rf Python-3.2.2 7 mkdir install 7 mkdir install src 8 9 #exports 10 export CC 8 11 9 12 #Untar and move python into install directory 10 13 tar -zxvf Python-3.2.2.tgz 11 mv Python-3.2.2/* install14 mv Python-3.2.2/* src 12 15 rm -rf Python-3.2.2 13 16 14 17 #Configure doxygen 15 cd install16 ./configure --prefix 18 cd src 19 ./configure --prefix="$ISSM_TIER/externalpackages/python/install" --enable-framework="$ISSM_TIER/externalpackages/python/install" 17 20 if [ -z $1 ]; then 18 21 make
Note:
See TracChangeset
for help on using the changeset viewer.