Changeset 12817


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

Linux64 compile with matlab or python support.

File:
1 edited

Legend:

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

    r12815 r12817  
    11#!/bin/bash
     2
     3#use matlab?
     4matlab=0
     5
    26
    37#Some cleanup
     
    1721cp ../makefile ./
    1822
     23
    1924#Patch triangle.c
    20 patch triangle.c ../triangle.c.patch
     25if [[ $matlab == "1" ]];then
     26        patch triangle.c ../triangle.c.patch.matlab
     27else
     28        patch triangle.c ../triangle.c.patch.python
     29fi
     30
    2131
    2232#Compile triangle
Note: See TracChangeset for help on using the changeset viewer.