source: issm/trunk-jpl/configs/config-arm-linux.sh@ 12129

Last change on this file since 12129 was 12129, checked in by glperez, 13 years ago

Minor modification to Triangle.c python patch and the arm-linux configuration script.

  • Property svn:executable set to *
File size: 494 bytes
RevLine 
[12091]1#!/bin/sh
2
[12103]3pythonversion=2.7
4
[12091]5./configure \
6 --prefix=$ISSM_TIER \
[12103]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\
[12129]10 --with-vendor=arm-linux\
[12091]11 --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
12 --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
Note: See TracBrowser for help on using the repository browser.