-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixed Mac M1/2 build breakage, by requiring: swig<4. #1068
base: main
Are you sure you want to change the base?
Conversation
Hi @corranwebster , Any chance we can get this simple one merged and a rebuild posted to PyPi? Thanks! |
Hi @cournape @rkern @EdwinWiseOne @sergey-miryanov @corranwebster , Could someone just give me a ping, so I know this didn't get lost in the Ether? Thanks! |
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.
I'm OK merging this without the setup.py
change.
Hi @jwiggins , Any idea when we'll see the updated build show up on PyPi? Thanks, |
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.
Thanks for the PR
Hi @jwiggins , Thanks for approving this PR! I noticed that 3 of the CI/CD jobs are failing w/:
What's going on there? Thanks, |
Installing |
Okay, thanks.
Do I have any action here?
-db
… On Jun 3, 2024, at 7:22 AM, John Wiggins ***@***.***> wrote:
Installing celiagg via pip is failing, so the all the "Test with pip" jobs will currently fail.
—
Reply to this email directly, view it on GitHub <#1068 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAH7XGXW7MV47CHH4XPQUXTZFRGYFAVCNFSM6AAAAABISOLGPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUHE2DIMRVGY>.
You are receiving this because you authored the thread.
|
Hi @jwiggins , Anything I can do, to get this unstuck? Thanks, |
Thanks!
Does this pertain at all?
https://stackoverflow.com/a/77058615/1549736 <https://stackoverflow.com/a/77058615/1549736>
…-db
On Jun 17, 2024, at 4:01 AM, John Wiggins ***@***.***> wrote:
See celiagg/celiagg#128 <celiagg/celiagg#128>
—
Reply to this email directly, view it on GitHub <#1068 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAH7XGSK7HY6HK6REYEP64LZH2JWBAVCNFSM6AAAAABISOLGPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZSGU3DQNBVHE>.
You are receiving this because you authored the thread.
|
I found that the new
swig
(v4) was causing the samekiva
build failure, as I reported in #1067.So, I:
swig
to: "<4", in thepyproject.toml
file, and