Changeset 12780
- Timestamp:
- 07/27/12 14:40:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/configs/config-macosx64-larour-python.sh ΒΆ
r12157 r12780 4 4 #mpich 1.4 5 5 6 pythonversion=2.7 7 6 8 ./configure \ 7 9 --prefix=$ISSM_DIR \ 8 10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 9 11 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/core/include/numpy\ 12 --with-python-version=$pythonversion \ 13 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 11 14 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 12 15 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
Note:
See TracChangeset
for help on using the changeset viewer.