Skip to content

Conversation

@adrian-the-git
Copy link
Contributor

gcc's cpp doesn't short-circuit when RAQM_VERSION_ATLEAST is undefined
so building fails on systems with old libraqm (e.g. Debian 10 for
raspberry pi where wheels w/libraqm support may not be available).
RAQM_VERSION_ATLEAST was introduced with 0.7.0, so the test is
effectively equivalent.

gcc's cpp doesn't short-circuit when RAQM_VERSION_ATLEAST is undefined
so building fails on systems with old libraqm (e.g. Debian 10 for
raspberry pi where wheels w/libraqm support may not be available).
RAQM_VERSION_ATLEAST was introduced with 0.7.0, so the test is
effectively equivalent.
@radarhere
Copy link
Member

Yes, I see that the Debian package does have an older version - https://packages.debian.org/buster/libraqm-dev

Copy link
Contributor

@nulano nulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC I only tested MSVC which seems to give a warning I didn't notice (compiling Pillow with MSVC generates a lot of other warnings).

Co-authored-by: Ondrej Baranovič <[email protected]>
@radarhere radarhere merged commit 2bc754e into python-pillow:master May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants