Upgraded multibuild to remove openjpeg lib64 copy by radarhere · Pull Request #8511 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Oct 29, 2024Merged
Upgraded multibuild to remove openjpeg lib64 copy#8511
hugovk merged 1 commit intopython-pillow:mainfrom
Upgraded multibuild to remove openjpeg lib64 copy#8511
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Oct 28, 2024
radarhere
commented
Upgrades multibuild to include multi-build/multibuild#538, meaning that
Pillow/.github/workflows/wheels-dependencies.sh
Lines 94 to 96 in bdd0b86
| if [ -f /usr/local/lib64/libopenjp2.so ]; then | |
| cp /usr/local/lib64/libopenjp2.so /usr/local/lib | |
| fi |
can now be removed. Without the multibuild upgrade, the wheels could fail to find OpenJPEG.
radarhere
added
the
Build
label
hugovk
merged commit
0fd6086
into
python-pillow:main
radarhere
deleted the
multibuild_lib64
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment