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: |
…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. |
|
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-standardbrings 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
flintaccepted byconfigure. Closes #37838.📝 Checklist
⌛ Dependencies
ubuntu-trusty,opensuse-{15.3,15.4}#37351 (merged here)