-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
polymake 4.11 #36878
polymake 4.11 #36878
Conversation
d9ca35b
to
3647e93
Compare
"CI Linux incremental" all failed. Is that related with this PR? Or rerunning the test will fix itself after rebase? |
It's because it was trying to install dummy packages perl_cpan_polymake_prereq, libxml2. I think I fixed this recently in the workflows |
Rebased, let's see. |
My system has polymake 4.11. So I ran
|
What does config.log say about perl_cpan_polymake_prereq? |
|
So this is normal. I should first install "perl_cpan_polymake_prereq" by homebrew, or maybe it is not possible on mac. |
After installing prerequisite perl modules, Some observations:
|
You are right. We don't have a mechanism for that in the CI.
I don't think the order of the packages in our I have made the other suggested changes. |
Right. But the messages from This is a trivial point. No action is required.
Thanks. |
…ake_prereq, so list it first so that users can install them from left to right
OK, thanks. Done |
Documentation preview for this PR (built with commit dcbb426; changes) is ready! 🎉 |
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.
It works well on mac, and perhaps on linux too 🤞
Thank you! |
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> Fixes sagemath#36023 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [ ] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> - sagemath#36930 <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36878 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
Fixes #36023
📝 Checklist
⌛ Dependencies
build/pkgs/normaliz
: Add patch for FLINT 3 #36930