source: issm/oecreview/Archive/12161-12180/ISSM-12170-12171.diff@ 12325

Last change on this file since 12325 was 12325, checked in by Eric.Larour, 13 years ago

11990 to 12321 oec compliance

File size: 868 bytes
  • proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-arm-linux.sh

     
    11#!/bin/sh
    22
    3 pythonversion=2.7
    4 
    53./configure \
    64        --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 \
    106        --with-vendor=arm-linux \
    117        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    128        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
Note: See TracBrowser for help on using the repository browser.