Changeset 12629
- Timestamp:
- 07/11/12 10:42:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python/install-linux64-astrid.sh
r12593 r12629 21 21 rm -rf Python-$version 22 22 23 #Configure doxygen23 #Configure python 24 24 cd src 25 25 ./configure --prefix="$ISSM_DIR/externalpackages/python/install" --enable-shared … … 34 34 #Some modifications to be done in case version is 3.2: 35 35 if [[ $version == "3.2.2" ]]; then 36 cd install/bin36 cd ../install/bin 37 37 ln -s python3.2 python 38 38 cd ../ … … 41 41 fi 42 42 if [[ $version == "2.7.2" ]]; then 43 cd install/include43 cd ../install/include 44 44 cp python2.7/* ./ 45 45 cd ../lib
Note:
See TracChangeset
for help on using the changeset viewer.