Changeset 19299


Ignore:
Timestamp:
04/22/15 21:18:38 (10 years ago)
Author:
Eric.Larour
Message:

CHG: added CURL support

Location:
issm/trunk-jpl/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.csh

    r18330 r19299  
    109109        setenv PATH {$SHELL2JUNIT_DIR}/install:{$PATH}
    110110endif
     111
     112#GMT
     113set GMT_DIR="$ISSM_DIR/externalpackages/gmt"
     114if (-d $GMT_DIR) then
     115        setenv PATH {$GMT_DIR}/install/bin/:{$PATH}
     116endif
  • issm/trunk-jpl/etc/environment.sh

    r19251 r19299  
    320320dylibpathprepend   "$ISSM_DIR/externalpackages/curl/install/lib"
    321321pathprepend "$ISSM_DIR/externalpackages/curl/install/bin"
     322
     323#GMT
     324pathprepend "$ISSM_DIR/externalpackages/gmt/install/bin"
Note: See TracChangeset for help on using the changeset viewer.