source: issm/trunk-jpl/externalpackages/triangle/install-macosx64.sh@ 11103

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
RevLine 
[11103]1#!/bin/bash
2
3#Some cleanup
4rm -rf install triangle
5mkdir install
6
7#Untar
8cd install
9cp ../triangle.zip ./
10unzip triangle.zip
11
12#copy new makefile
13cp ../configs/macosx64/configure.make ./
14cp ../makefile ./
15
16#Patch triangle.c
17patch triangle.c ../triangle.c.patch
18
19#Compile triangle
20make
21
22#Patch triangle.h
23patch triangle.h ../triangle.h.patch
Note: See TracBrowser for help on using the repository browser.