Changeset 12171


Ignore:
Timestamp:
05/02/12 11:49:07 (13 years ago)
Author:
Eric.Larour
Message:

arm compilation without modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-arm-linux.sh

    r12157 r12171  
    11#!/bin/sh
    2 
    3 pythonversion=2.7
    42
    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 \
Note: See TracChangeset for help on using the changeset viewer.