Index: /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindGDAL.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindGDAL.cmake	(revision 27783)
+++ /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindGDAL.cmake	(revision 27784)
@@ -148,4 +148,6 @@
 		NAMES ${_extralib}
 		HINTS
+		${HDF5_ROOT}
+		$ENV{HDF5_ROOT}
 		${NETCDF_ROOT}
 		$ENV{NETCDF_ROOT}
Index: /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindNETCDF.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindNETCDF.cmake	(revision 27783)
+++ /issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindNETCDF.cmake	(revision 27784)
@@ -115,4 +115,6 @@
 		NAMES ${_extralib}
 		HINTS
+		${HDF5_ROOT}
+		$ENV{HDF5_ROOT}
 		${ZLIB_ROOT}
 		$ENV{ZLIB_ROOT}
Index: /issm/trunk-jpl/scripts/py_to_pyc.sh
===================================================================
--- /issm/trunk-jpl/scripts/py_to_pyc.sh	(revision 27783)
+++ /issm/trunk-jpl/scripts/py_to_pyc.sh	(revision 27784)
@@ -14,8 +14,8 @@
 
 echo "Compiling Python source files"
-python3 -m compileall -q ${TARGET} > ${COMPILE_LOG}
+python3 -m compileall -f -q -b ${TARGET}
 
 if [ -s ${COMPILE_LOG} ]; then
-	echo "Error(s) occured while compiling Python scripts!"
+	echo "Error(s) occurred while compiling Python scripts!"
 	echo "--------------- start: ${COMPILE_LOG} ---------------"
 	cat ${COMPILE_LOG}
