Use multibuild build_github by radarhere · Pull Request #8861 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

Member

fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz
(cd zlib-ng-$ZLIB_NG_VERSION \
&& ./configure --prefix=$BUILD_PREFIX --zlib-compat \
&& make -j4 \
&& make install)

can be replaced with

build_github zlib-ng/zlib-ng $ZLIB_NG_VERSION --zlib-compat

thanks to build_github(), which anticipated this scenario.

@hugovk

Copy link Copy Markdown

Member

hugovk commented

Apr 2, 2025

#8859 (comment) ... and so is this.

@hugovk hugovk merged commit 7e15c54 into python-pillow:main

Apr 2, 2025

19 checks passed

@radarhere radarhere deleted the wheels branch

April 2, 2025 12:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radarhere @hugovk