Changeset 12985


Ignore:
Timestamp:
08/10/12 14:39:32 (13 years ago)
Author:
Eric.Larour
Message:

CHG: include python bindings + ignore some files for svn.

Location:
issm/trunk-jpl/externalpackages/swig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/swig

    • Property svn:ignore set to
      install
      *.gz
  • issm/trunk-jpl/externalpackages/swig/install.sh

    r12189 r12985  
    2121export LDFLAGS="-L$ISSM_DIR/externalpackages/pcre/install/.libs/"
    2222export LIBS="-lpcre"
    23 #Configure doxygen
     23#Configure swig
    2424./configure \
    25  --prefix="$ISSM_DIR/externalpackages/python/install" \
     25 --prefix="$ISSM_DIR/externalpackages/swig/install" \
    2626 --with-pcre-prefix="$ISSM_DIR/externalpackages/pcre/install" \
    27  --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install"
    28 make
     27 --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install" \
     28 --with-python="$ISSM_DIR/externalpackages/python/install/bin/python"
     29
     30#Compile and install gdal
     31if [ -z $1 ]; then
     32        make
     33else
     34        make -j $1
     35fi
    2936make install
Note: See TracChangeset for help on using the changeset viewer.