Changeset 12129


Ignore:
Timestamp:
04/25/12 10:02:43 (13 years ago)
Author:
glperez
Message:

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

Location:
issm/trunk-jpl
Files:
1 edited
1 moved

Legend:

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

    r12114 r12129  
    88        --with-python-version=$pythonversion \
    99        --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 \
     10        --with-vendor=arm-linux\
    1111        --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
    1212        --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
  • issm/trunk-jpl/externalpackages/triangle/triangle.c.patch.python

    r11948 r12129  
    55>  * double precision activation in exactinit(); The rest is not changed.
    66>  * We also created the ice_makefile to compile Triangle into a library. */
    7 > #include <mat.h>
    8 > #include <matrix.h>
     7> /* #include <mat.h>
     8> #include <matrix.h> */
    99> #define ANSI_DECLARATORS
    1010> #define NO_TIMER
Note: See TracChangeset for help on using the changeset viewer.