[issm-svn] r22765 - issm/trunk/packagers/macosx

morlighe at issm.ess.uci.edu morlighe at issm.ess.uci.edu
Mon May 14 13:47:43 PDT 2018


Author: morlighe
Date: 2018-05-14 13:47:43 -0700 (Mon, 14 May 2018)
New Revision: 22765

Modified:
   issm/trunk/packagers/macosx/package.sh
Log:
CHG: trying to fix gmsh

Modified: issm/trunk/packagers/macosx/package.sh
===================================================================
--- issm/trunk/packagers/macosx/package.sh	2018-05-14 19:42:12 UTC (rev 22764)
+++ issm/trunk/packagers/macosx/package.sh	2018-05-14 20:47:43 UTC (rev 22765)
@@ -6,6 +6,11 @@
 echo "move mpiexec to bin" 
 cp ../externalpackages/mpich/install/bin/mpiexec .
 cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
+if [ -f ../externalpackages/gmsh/install/bin/gmsh ]; then
+	cp ../externalpackages/gmsh/install/bin/gmsh .
+else
+	echo "gmsh not found"
+fi
 
 #Check that test101 runs
 cd $ISSM_DIR/test/NightlyRun



More information about the issm-svn mailing list