Skip to content

Conversation

@radarhere
Copy link
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
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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants