Changeset 12802


Ignore:
Timestamp:
07/27/12 18:52:52 (13 years ago)
Author:
Mathieu Morlighem
Message:

one script per machine, per version, per install if needed

Location:
issm/trunk-jpl/externalpackages/triangle
Files:
2 added
1 edited

Legend:

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

    r12797 r12802  
    11#!/bin/bash
    2 
    3 #use matlab?
    4 matlab=1
    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.matlab
    2921
    3022#Compile triangle
Note: See TracChangeset for help on using the changeset viewer.