Ignore:
Timestamp:
05/15/18 08:27:05 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing call to gmsh for workshop binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/macosx/package.sh

    r22768 r22771  
    77cp ../externalpackages/mpich/install/bin/mpiexec .
    88cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
     9echo "move gmsh to bin"
    910if [ -f ../externalpackages/gmsh/install/gmsh ]; then
    1011        cp ../externalpackages/gmsh/install/gmsh .
    1112else
    1213        echo "gmsh not found"
     14fi
     15echo "move gmt to bin"
     16if [ -f ../externalpackages/gmt/install/gmt ]; then
     17        cp ../externalpackages/gmt/install/gmt .
     18else
     19        echo "gmt not found"
    1320fi
    1421
Note: See TracChangeset for help on using the changeset viewer.