Skip to content

Commit

Permalink
Sign .so and .dylib files in Pillow.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 2, 2023
1 parent 02a5c83 commit 22ac4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sage_framework/build_sage_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ PIP_TARGET=${VERSION_DIR}/${VENV_PYLIB}/site-packages
PIP_ARGS="install --upgrade --no-user --force --only-binary :all:"
echo Re-installing Pillow
${VERSION_DIR}/venv/bin/python3 -m pip ${PIP_ARGS} --target ${PIP_TARGET} Pillow
find ${PIP_TARGET}/PIL -name '*.so' >> files_to_sign
find ${PIP_TARGET}/PIL/ -name '*.dylib' >> files_to_sign
find ${PIP_TARGET}/PIL/ -name '*.so' >> files_to_sign

# Fix the absolute symlinks for the GAP packages
pushd ${VERSION_DIR}/local/share/gap/pkg > /dev/null
Expand Down

0 comments on commit 22ac4f3

Please sign in to comment.