-
Notifications
You must be signed in to change notification settings - Fork 610
[libpolymake_julia] update to 0.14, build with polymake 4.14, drop julia < 1.10 #11607
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
Conversation
All failing due to some weird dependency error:
This seems to be due to the updated |
I removed some more entries from this stdlibs list
which is weird because the entries should be correct, at least once
So I am not sure why this helps but it does seem to work. Edit:
I will try looking for a different way to work around this. |
I could not get BinaryBuilder/Pkg to install the correct libblastrampoline versions (depending on the julia versions). But with the |
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.
Looks good to me. Of course the blastrampoline hack is a hack, but you gotta do what you gotta do. And it is commented
Do you want to get this in before or after a libjulia rebuild for 1.12.0-rc1 (#11630)? |
It's not urgent, so I guess we could wait until the new libjulia (and probably another libcxxwrap rebuild). |
I expected a rc release shortly after JuliaLang/julia#58655 was merged, but now there is JuliaLang/julia#58956 (another backport PR). Thus I would say that you have enough time to let this dripple downstream until the rc gets released, and we can already benefit from less build jobs when eventually rebuilding with a new libcxxwrap |
Now there indeed is JuliaLang/julia#58985 to release 1.12.0-rc1. |
No description provided.