Changeset 22768


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

CHG: gmsh is not in bin

File:
1 edited

Legend:

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

    r22765 r22768  
    77cp ../externalpackages/mpich/install/bin/mpiexec .
    88cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
    9 if [ -f ../externalpackages/gmsh/install/bin/gmsh ]; then
    10         cp ../externalpackages/gmsh/install/bin/gmsh .
     9if [ -f ../externalpackages/gmsh/install/gmsh ]; then
     10        cp ../externalpackages/gmsh/install/gmsh .
    1111else
    1212        echo "gmsh not found"
Note: See TracChangeset for help on using the changeset viewer.