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

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

Minor modification to config-arm-linux.sh

  • Property svn:executable set to *
File size: 495 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\
[12130]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.