-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
build/pkgs/flint
3.1.3
#37203
Conversation
8ac5e8b
to
676c144
Compare
676c144
to
5e7272f
Compare
5e7272f
to
81ff04c
Compare
build/pkgs/gmp/spkg-configure.m4
: Check for GMP version >= 6.2.1build/pkgs/flint
3.1.0
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) |
|
faa4c59
to
640fd5b
Compare
<!-- ^ 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):
<!-- ^ 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):
640fd5b
to
ee9472d
Compare
ee9472d
to
3643cdb
Compare
The incremental build (Build&Test) shows:
(https://github.com/sagemath/sage/actions/runs/8626409427/job/23644543324?pr=37203#step:14:54) |
3643cdb
to
99b94b2
Compare
Full tests ran at https://github.com/mkoeppe/sage/actions/runs/8761823524 |
99b94b2
to
6c5c4da
Compare
…tch check in FLINT 3.1
d9da596
to
18e1d4f
Compare
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)