source: issm/oecreview/Archive/12121-12140/ISSM-12128-12129.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: 2.6 KB
  • proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/triangle/triangle.c.patch.python

     
    44>  * matlab, we had to change the allocation routine trimalloc, as well as the
    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
    1111>
  • proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-arm.sh

     
    1 #!/bin/sh
    2 
    3 pythonversion=2.7
    4 
    5 ./configure \
    6         --prefix=$ISSM_TIER \
    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 \
    11         --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
    12         --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
  • proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-arm-linux.sh

     
     1#!/bin/sh
     2
     3pythonversion=2.7
     4
     5./configure \
     6        --prefix=$ISSM_TIER \
     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-linux\
     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.