Changeset 20738


Ignore:
Timestamp:
06/15/16 14:26:16 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: forces to use ISSM's python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gdal/install-1.10-linux64.sh

    r20084 r20738  
    2727./configure \
    2828        --prefix="$ISSM_DIR/externalpackages/gdal/install" \
    29         --with-python \
     29        --with-python="$ISSM_DIR/externalpackages/python/install/bin/python" \
    3030        --with-netcdf=no \
    3131        --with-jasper=no \
     
    3939fi
    4040make install
     41
     42#For some reasons, on thwaites, one needs to do the following to get the python bindings:
     43#cd src/swig/python/
     44# python setup.py build
     45# python setup.py install
Note: See TracChangeset for help on using the changeset viewer.