- Timestamp:
- 04/20/12 07:49:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-macosx64-larour-bothapis.sh
r12031 r12067 3 3 #petsc 3.2 4 4 #mpich 1.4 5 6 pythonversion=2.7 5 7 6 8 ./configure \ … … 9 11 --with-matlab-dir=$MATLAB_DIR \ 10 12 --with-python-dir=$ISSM_TIER/externalpackages/python/install\ 11 --with-python-numpy-dir=$ISSM_TIER/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/core/include/numpy\ 13 --with-python-version=$pythonversion \ 14 --with-python-numpy-dir=$ISSM_TIER/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 12 15 --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \ 13 16 --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \
Note:
See TracChangeset
for help on using the changeset viewer.