Changeset 13751
- Timestamp:
- 10/19/12 10:09:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-macosx64-larour.sh
r13690 r13751 4 4 #mpich 1.4 5 5 6 pythonversion=2.7 7 6 8 ./configure \ 7 9 --prefix=$ISSM_DIR \ 8 10 --with-matlab-dir=$MATLAB_DIR \ 11 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 12 --with-python-version=$pythonversion \ 13 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 9 14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 10 15 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
Note:
See TracChangeset
for help on using the changeset viewer.