-
-
Notifications
You must be signed in to change notification settings - Fork 654
build/pkgs/flint
3.1.3
#37203
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
build/pkgs/flint
3.1.3
#37203
Conversation
The tests haven't run yet, but apparently we need a patch for FLINT 3.1.0 support? https://groups.google.com/g/sage-support/c/72w_C1O6lPs/m/QC6M0CtVEAAJ @antonio-rojas |
Yes, I will submit a PR in a few hours |
Note that singular also needs patching (my PR will only handle sagelib) |
|
sagemathgh-37495: build/pkgs/flint: Reject FLINT >= 3.1.0 <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Because our Singular does not support it yet, see sagemath#37203 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] 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. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#37495 Reported by: Matthias Köppe Reviewer(s):
sagemathgh-37495: build/pkgs/flint: Reject FLINT >= 3.1.0 <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Because our Singular does not support it yet, see sagemath#37203 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] 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. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#37495 Reported by: Matthias Köppe Reviewer(s):
The incremental build (Build&Test) shows:
(https://github.com/sagemath/sage/actions/runs/8626409427/job/23644543324?pr=37203#step:14:54) |
Full tests ran at https://github.com/mkoeppe/sage/actions/runs/8761823524 |
…tch check in FLINT 3.1
Documentation preview for this PR (built with commit e2d2df4; changes) is ready! 🎉 |
There is also a merge conflict with #38025. |
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.
LGTM.
Thanks! |
For this upgrade we tighten the check for GMP so that 6.2.1 is accepted but 6.2.0 is rejected. For example
ubuntu-focal-standard
brings 6.2.0, we accept it, and then FLINT complains:https://github.com/mkoeppe/flint2/actions/runs/7718792281/job/21040793706#step:11:5395
We also change the upper bound on system
flint
accepted byconfigure
. Closes #37838.📝 Checklist
⌛ Dependencies
ubuntu-trusty
,opensuse-{15.3,15.4}
#37351 (merged here)