Changeset 12129
- Timestamp:
- 04/25/12 10:02:43 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-arm-linux.sh
r12114 r12129 8 8 --with-python-version=$pythonversion \ 9 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 10 --with-vendor=arm-linux\ 11 11 --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \ 12 12 --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install -
issm/trunk-jpl/externalpackages/triangle/triangle.c.patch.python
r11948 r12129 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
Note:
See TracChangeset
for help on using the changeset viewer.