Changeset 12817
- Timestamp:
- 07/30/12 11:33:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/triangle/install-linux64.sh
r12815 r12817 1 1 #!/bin/bash 2 3 #use matlab? 4 matlab=0 5 2 6 3 7 #Some cleanup … … 17 21 cp ../makefile ./ 18 22 23 19 24 #Patch triangle.c 20 patch triangle.c ../triangle.c.patch 25 if [[ $matlab == "1" ]];then 26 patch triangle.c ../triangle.c.patch.matlab 27 else 28 patch triangle.c ../triangle.c.patch.python 29 fi 30 21 31 22 32 #Compile triangle
Note:
See TracChangeset
for help on using the changeset viewer.