Changeset 12103


Ignore:
Timestamp:
04/20/12 19:13:33 (13 years ago)
Author:
Eric.Larour
Message:

Arm processor configuration

File:
1 edited

Legend:

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

    r12091 r12103  
    11#!/bin/sh
     2
     3pythonversion=2.7
    24
    35./configure \
    46        --prefix=$ISSM_TIER \
    5         --without-mpi \
    6         --without-matlab \
     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\
     10        --with-vendor=arm \
    711        --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
    8         --without-metis \
    9         --with-vendor=arm
    1012        --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
Note: See TracChangeset for help on using the changeset viewer.