Changeset 27784
- Timestamp:
- 06/08/23 14:32:10 (22 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindGDAL.cmake ¶
r27567 r27784 148 148 NAMES ${_extralib} 149 149 HINTS 150 ${HDF5_ROOT} 151 $ENV{HDF5_ROOT} 150 152 ${NETCDF_ROOT} 151 153 $ENV{NETCDF_ROOT} -
TabularUnified issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindNETCDF.cmake ¶
r27567 r27784 115 115 NAMES ${_extralib} 116 116 HINTS 117 ${HDF5_ROOT} 118 $ENV{HDF5_ROOT} 117 119 ${ZLIB_ROOT} 118 120 $ENV{ZLIB_ROOT} -
TabularUnified issm/trunk-jpl/scripts/py_to_pyc.sh ¶
r27634 r27784 14 14 15 15 echo "Compiling Python source files" 16 python3 -m compileall - q ${TARGET} > ${COMPILE_LOG}16 python3 -m compileall -f -q -b ${TARGET} 17 17 18 18 if [ -s ${COMPILE_LOG} ]; then 19 echo "Error(s) occur ed while compiling Python scripts!"19 echo "Error(s) occurred while compiling Python scripts!" 20 20 echo "--------------- start: ${COMPILE_LOG} ---------------" 21 21 cat ${COMPILE_LOG}
Note:
See TracChangeset
for help on using the changeset viewer.