Changeset 20738
- Timestamp:
- 06/15/16 14:26:16 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gdal/install-1.10-linux64.sh
r20084 r20738 27 27 ./configure \ 28 28 --prefix="$ISSM_DIR/externalpackages/gdal/install" \ 29 --with-python \29 --with-python="$ISSM_DIR/externalpackages/python/install/bin/python" \ 30 30 --with-netcdf=no \ 31 31 --with-jasper=no \ … … 39 39 fi 40 40 make 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.