Changeset 18354


Ignore:
Timestamp:
08/08/14 14:44:32 (11 years ago)
Author:
glperez
Message:

CHG: Modified the install script to handle OSX patching issue and added disable executable option.

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

Legend:

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

    r18343 r18354  
    2323
    2424autoreconf -ivf
    25 ./configure --prefix="${ISSM_DIR}/externalpackages/triangle/install"
     25./configure --prefix="${ISSM_DIR}/externalpackages/triangle/install" --disable-executables
    2626
    2727make
     
    2929
    3030#Patch triangle.h
    31 patch ../install/include/triangle.h ../triangle.h.patch
     31patch ${ISSM_DIR}/externalpackages/triangle/install/include/triangle.h ${ISSM_DIR}/externalpackages/triangle/triangle.h.patch
Note: See TracChangeset for help on using the changeset viewer.