-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport release-23.11] python311Packages.pyregion: 2.1.1 -> 2.2.0; fix darwin build #270511
Conversation
https://github.com/astropy/pyregion/blob/2.2.0/CHANGES.rst add -Wno-error=int-conversion for clang to not error out on generated code. (code returns NULL rather than 0). gcc warns but does not error. (cherry picked from commit 8326361)
@ofborg eval |
@ofborg build python311Packages.pyregion |
same list of darwin failures as #270042 which will all build once #270027 is merged and backported. cc @risicle who merged #270042 (thanks!) Result of 20 packages built:
Result of 16 packages failed to build:
4 packages built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
If I understand correctly this has a dependency on #270883, right? |
they are independent but most consumers use both packages, so to fix all the consumers, both commits are needed. |
Bot-based backport to
release-23.11
, triggered by a label in #270042.