Last change
on this file since 11103 was 11103, checked in by Mathieu Morlighem, 13 years ago |
Extended new external package installation to triangle and valgrind
|
-
Property svn:executable
set to
*
|
File size:
343 bytes
|
Rev | Line | |
---|
[11103] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | #Some cleanup
|
---|
| 4 | rm -rf install triangle
|
---|
| 5 | mkdir install
|
---|
| 6 |
|
---|
| 7 | #Untar
|
---|
| 8 | cd install
|
---|
| 9 | cp ../triangle.zip ./
|
---|
| 10 | unzip triangle.zip
|
---|
| 11 |
|
---|
| 12 | #copy new makefile
|
---|
| 13 | cp ../configs/macosx64/configure.make ./
|
---|
| 14 | cp ../makefile ./
|
---|
| 15 |
|
---|
| 16 | #Patch triangle.c
|
---|
| 17 | patch triangle.c ../triangle.c.patch
|
---|
| 18 |
|
---|
| 19 | #Compile triangle
|
---|
| 20 | make
|
---|
| 21 |
|
---|
| 22 | #Patch triangle.h
|
---|
| 23 | patch triangle.h ../triangle.h.patch
|
---|
Note:
See
TracBrowser
for help on using the repository browser.