source:
issm/oecreview/Archive/12121-12140/ISSM-12128-12129.diff@
12325
Last change on this file since 12325 was 12325, checked in by , 13 years ago | |
---|---|
File size: 2.6 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/triangle/triangle.c.patch.python
4 4 > * matlab, we had to change the allocation routine trimalloc, as well as the 5 5 > * double precision activation in exactinit(); The rest is not changed. 6 6 > * 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> */ 9 9 > #define ANSI_DECLARATORS 10 10 > #define NO_TIMER 11 11 > -
proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-arm.sh
1 #!/bin/sh2 3 pythonversion=2.74 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 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-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.