Changeset 11837


Ignore:
Timestamp:
03/30/12 21:26:58 (13 years ago)
Author:
Eric.Larour
Message:

Enable frameworks compiling on python

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
  • issm/trunk-jpl/externalpackages/python/install.sh

    r11128 r11837  
    33
    44#Some cleanup
    5 rm -rf install
     5rm -rf install src
    66rm -rf Python-3.2.2
    7 mkdir install
     7mkdir install src
     8
     9#exports
     10export CC
    811
    912#Untar and move python into install directory
    1013tar -zxvf  Python-3.2.2.tgz
    11 mv Python-3.2.2/* install
     14mv Python-3.2.2/* src
    1215rm -rf Python-3.2.2
    1316
    1417#Configure doxygen
    15 cd install
    16 ./configure --prefix "$ISSM_TIER/externalpackages/python/install"
     18cd src
     19./configure --prefix="$ISSM_TIER/externalpackages/python/install" --enable-framework="$ISSM_TIER/externalpackages/python/install"
    1720if [ -z $1 ]; then
    1821        make
Note: See TracChangeset for help on using the changeset viewer.