- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/externalpackages/triangle
- Property svn:ignore
-
old new 1 1 install 2 install-matlab 3 install-python
-
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/externalpackages/triangle/configs/android/android-4.0/configure.make
r11989 r12168 11 11 12 12 ANDROID_BIN=$(ISSM_TIER)/src/android/tmp/android-14-toolchain/bin 13 CC=$(ANDROID_D EV_DIR)/tmp/android-linux-4.0/bin/arm-linux-androideabi-gcc14 AR=$(ANDROID_D EV_DIR)/tmp/android-linux-4.0/bin/arm-linux-androideabi-ar15 RANLIB=$(ANDROID_D EV_DIR)/tmp/android-linux-4.0/bin/arm-linux-androideabi-ranlib16 CSWITCHES = $(CFLAGS) -I/usr/X11R6/include -L/usr/X11R6/lib -I$(MATLAB_DIR)/extern/include -fPIC -I$(MATLAB_DIR)/include13 CC=$(ANDROID_DIR)/arm-linux-android-4.0/bin/arm-linux-androideabi-gcc 14 AR=$(ANDROID_DIR)/arm-linux-android-4.0/bin/arm-linux-androideabi-ar 15 RANLIB=$(ANDROID_DIR)/arm-linux-android-4.0/bin/arm-linux-androideabi-ranlib 16 CSWITCHES = $(CFLAGS) 17 17 TRILIBDEFS = -DTRILIBRARY 18 18 OBJ_EXT=o -
issm/branches/trunk-jpl-damage/externalpackages/triangle/triangle.c.patch.python
r12004 r12168 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.