Changeset 27823


Ignore:
Timestamp:
07/12/23 11:28:44 (21 months ago)
Author:
jdquinn
Message:

CHG: Do not precompile Python scripts

Location:
issm/trunk-jpl/packagers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh

    r27614 r27823  
    173173cp -rf bin examples lib scripts share test ${PKG}
    174174mkdir ${PKG}/execution
    175 ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
     175# ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
    176176echo "Cleaning up unneeded/unwanted files"
    177 rm -f ${PKG}/bin/*.py # Remove all Python scripts
     177# rm -f ${PKG}/bin/*.py # Remove all Python scripts
    178178rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes
    179179rm -f ${PKG}/lib/*.a # Remove static libraries from package
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh

    r27614 r27823  
    180180mkdir ${PKG}/execution
    181181cp packagers/mac/issm-executable_entitlements.plist ${PKG}/bin/entitlements.plist
    182 ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
     182# ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
    183183echo "Cleaning up unneeded/unwanted files"
    184 rm -f ${PKG}/bin/*.py # Remove all Python scripts
     184# rm -f ${PKG}/bin/*.py # Remove all Python scripts
    185185rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes
    186186rm -f ${PKG}/lib/*.a # Remove static libraries from package
Note: See TracChangeset for help on using the changeset viewer.