Changeset 12818


Ignore:
Timestamp:
07/30/12 11:36:22 (13 years ago)
Author:
Eric.Larour
Message:

Reverting

File:
1 edited

Legend:

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

    r12817 r12818  
    11#!/bin/bash
    2 
    3 #use matlab?
    4 matlab=0
    5 
    62
    73#Some cleanup
     
    2117cp ../makefile ./
    2218
    23 
    2419#Patch triangle.c
    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 
     20patch triangle.c ../triangle.c.patch
    3121
    3222#Compile triangle
Note: See TracChangeset for help on using the changeset viewer.