Changeset 12103
- Timestamp:
- 04/20/12 19:13:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-arm.sh
r12091 r12103 1 1 #!/bin/sh 2 3 pythonversion=2.7 2 4 3 5 ./configure \ 4 6 --prefix=$ISSM_TIER \ 5 --without-mpi \ 6 --without-matlab \ 7 --with-python-dir=$ISSM_TIER/externalpackages/python/install\ 8 --with-python-version=$pythonversion \ 9 --with-python-numpy-dir=$ISSM_TIER/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 10 --with-vendor=arm \ 7 11 --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \ 8 --without-metis \9 --with-vendor=arm10 12 --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
Note:
See TracChangeset
for help on using the changeset viewer.