Changeset 27823
- Timestamp:
- 07/12/23 11:28:44 (21 months ago)
- 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 173 173 cp -rf bin examples lib scripts share test ${PKG} 174 174 mkdir ${PKG}/execution 175 ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files175 # ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files 176 176 echo "Cleaning up unneeded/unwanted files" 177 rm -f ${PKG}/bin/*.py # Remove all Python scripts177 # rm -f ${PKG}/bin/*.py # Remove all Python scripts 178 178 rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes 179 179 rm -f ${PKG}/lib/*.a # Remove static libraries from package -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh
r27614 r27823 180 180 mkdir ${PKG}/execution 181 181 cp packagers/mac/issm-executable_entitlements.plist ${PKG}/bin/entitlements.plist 182 ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files182 # ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files 183 183 echo "Cleaning up unneeded/unwanted files" 184 rm -f ${PKG}/bin/*.py # Remove all Python scripts184 # rm -f ${PKG}/bin/*.py # Remove all Python scripts 185 185 rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes 186 186 rm -f ${PKG}/lib/*.a # Remove static libraries from package
Note:
See TracChangeset
for help on using the changeset viewer.