Changeset 22771 for issm/trunk/packagers/macosx/package.sh
- Timestamp:
- 05/15/18 08:27:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/macosx/package.sh
r22768 r22771 7 7 cp ../externalpackages/mpich/install/bin/mpiexec . 8 8 cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy . 9 echo "move gmsh to bin" 9 10 if [ -f ../externalpackages/gmsh/install/gmsh ]; then 10 11 cp ../externalpackages/gmsh/install/gmsh . 11 12 else 12 13 echo "gmsh not found" 14 fi 15 echo "move gmt to bin" 16 if [ -f ../externalpackages/gmt/install/gmt ]; then 17 cp ../externalpackages/gmt/install/gmt . 18 else 19 echo "gmt not found" 13 20 fi 14 21
Note:
See TracChangeset
for help on using the changeset viewer.