Changeset 12629


Ignore:
Timestamp:
07/11/12 10:42:00 (13 years ago)
Author:
jschierm
Message:

Fixed relative directories in install-linux64-astrid.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/python/install-linux64-astrid.sh

    r12593 r12629  
    2121rm -rf Python-$version
    2222
    23 #Configure doxygen
     23#Configure python
    2424cd src
    2525./configure --prefix="$ISSM_DIR/externalpackages/python/install" --enable-shared
     
    3434#Some modifications to be done in case version is 3.2:
    3535if [[ $version == "3.2.2" ]]; then
    36         cd install/bin
     36        cd ../install/bin
    3737        ln -s python3.2 python
    3838        cd ../
     
    4141fi
    4242if [[ $version == "2.7.2" ]]; then
    43         cd install/include
     43        cd ../install/include
    4444        cp python2.7/* ./
    4545        cd ../lib
Note: See TracChangeset for help on using the changeset viewer.