Changeset 27784


Ignore:
Timestamp:
06/08/23 14:32:10 (22 months ago)
Author:
jdquinn
Message:

BUG: Fixes for distributable packages (static linking of HDF5 libs to GMT; compilation of Python scripts).

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  
    148148                NAMES ${_extralib}
    149149                HINTS
     150                ${HDF5_ROOT}
     151                $ENV{HDF5_ROOT}
    150152                ${NETCDF_ROOT}
    151153                $ENV{NETCDF_ROOT}
  • TabularUnified issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/cmake/modules/FindNETCDF.cmake

    r27567 r27784  
    115115                NAMES ${_extralib}
    116116                HINTS
     117                ${HDF5_ROOT}
     118                $ENV{HDF5_ROOT}
    117119                ${ZLIB_ROOT}
    118120                $ENV{ZLIB_ROOT}
  • TabularUnified issm/trunk-jpl/scripts/py_to_pyc.sh

    r27634 r27784  
    1414
    1515echo "Compiling Python source files"
    16 python3 -m compileall -q ${TARGET} > ${COMPILE_LOG}
     16python3 -m compileall -f -q -b ${TARGET}
    1717
    1818if [ -s ${COMPILE_LOG} ]; then
    19         echo "Error(s) occured while compiling Python scripts!"
     19        echo "Error(s) occurred while compiling Python scripts!"
    2020        echo "--------------- start: ${COMPILE_LOG} ---------------"
    2121        cat ${COMPILE_LOG}
Note: See TracChangeset for help on using the changeset viewer.