Changeset 12171
- Timestamp:
- 05/02/12 11:49:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-arm-linux.sh
r12157 r12171 1 1 #!/bin/sh 2 3 pythonversion=2.74 2 5 3 ./configure \ 6 4 --prefix=$ISSM_DIR \ 7 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 8 --with-python-version=$pythonversion \ 9 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 5 --without-modules \ 10 6 --with-vendor=arm-linux \ 11 7 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
Note:
See TracChangeset
for help on using the changeset viewer.