Changeset 22765


Ignore:
Timestamp:
05/14/18 13:47:43 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix gmsh

File:
1 edited

Legend:

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

    r22208 r22765  
    77cp ../externalpackages/mpich/install/bin/mpiexec .
    88cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
     9if [ -f ../externalpackages/gmsh/install/bin/gmsh ]; then
     10        cp ../externalpackages/gmsh/install/bin/gmsh .
     11else
     12        echo "gmsh not found"
     13fi
    914
    1015#Check that test101 runs
Note: See TracChangeset for help on using the changeset viewer.