Changeset 12823


Ignore:
Timestamp:
07/30/12 12:56:08 (13 years ago)
Author:
cborstad
Message:

updated macosx64 install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/triangle/install-macosx64.sh

    r12189 r12823  
    11#!/bin/bash
    2 
    3 #use matlab?
    4 matlab=0
    5 
    62
    73#Some cleanup
     
    2218
    2319#Patch triangle.c
    24 if [[ $matlab == "1" ]];then
    25         patch triangle.c ../triangle.c.patch.matlab
    26 else
    27         patch triangle.c ../triangle.c.patch.python
    28 fi
     20patch triangle.c ../triangle.c.patch
    2921
    3022#Compile triangle
Note: See TracChangeset for help on using the changeset viewer.