Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use .tar.gz zlib in Windows build to match macOS and Linux #8601

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

radarhere
Copy link
Member

Changes

"zlib": {
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip",
"filename": f"zlib-ng-{V['ZLIBNG']}.zip",

to use .tar.gz, to match
function build_zlib_ng {
if [ -e zlib-stamp ]; then return; fi
fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz

This means that only one file is needed in pillow-depends.

@radarhere radarhere mentioned this pull request Dec 15, 2024
3 tasks
@hugovk hugovk added the Build label Dec 15, 2024
@hugovk hugovk merged commit 6e45e71 into python-pillow:main Dec 15, 2024
68 checks passed
@radarhere radarhere deleted the zlib branch December 15, 2024 22:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants