Skip to content
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

Flint3 #264

Closed
wants to merge 6 commits into from
Closed

Flint3 #264

wants to merge 6 commits into from

Conversation

videlec
Copy link
Collaborator

@videlec videlec commented Oct 29, 2023

Checklist

  • Added an entry in doc/news/.
  • Added a test/benchmark for this change.

Update e-antic to work with the now released flint 3.0.0.

Fixes #263.

Dependencies

@videlec videlec marked this pull request as draft October 29, 2023 17:53
@videlec
Copy link
Collaborator Author

videlec commented Oct 29, 2023

Of course, one would need flint 3.0.0 in conda.

@saraedum saraedum closed this Nov 2, 2023
@saraedum saraedum reopened this Nov 2, 2023
@saraedum
Copy link
Member

saraedum commented Nov 2, 2023

I think you need to adapt the tests so that it does not test with FLINT 2.6-2.9.

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 4, 2023
    
Upgrade to flint3.

Current Sage versions are not compatible with flint ≥ 3, and, though the
diff is not huge, there are enough changes that versions including this
PR will be incompatible with flint < 3.

Fixes sagemath#20003.
Closes sagemath#35993 as no longer relevant.

Related PRs in upstream projects:
* Singular/Singular#1177
* flintlib/flint#1408
* flintlib/flint#1489
* flintlib/flint#1492
* flintlib/flint#1611
* algebraic-solving/msolve#76
* flatsurf/e-antic#264

Additional changes still needed for optional packages to work:
* sagemath#36677
* upgrade e-antic
* possibly more

Planned follow-ups:
* sagemath#36449
* sagemath#36433
    
URL: sagemath#35848
Reported by: Marc Mezzarobba
Reviewer(s): Vincent Delecroix
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 5, 2023
    
Upgrade to flint3.

Current Sage versions are not compatible with flint ≥ 3, and, though the
diff is not huge, there are enough changes that versions including this
PR will be incompatible with flint < 3.

Fixes sagemath#20003.
Closes sagemath#35993 as no longer relevant.

Related PRs in upstream projects:
* Singular/Singular#1177
* flintlib/flint#1408
* flintlib/flint#1489
* flintlib/flint#1492
* flintlib/flint#1611
* algebraic-solving/msolve#76
* flatsurf/e-antic#264

Additional changes still needed for optional packages to work:
* sagemath#36677
* upgrade e-antic
* possibly more

Planned follow-ups:
* sagemath#36449
* sagemath#36433
    
URL: sagemath#35848
Reported by: Marc Mezzarobba
Reviewer(s): Vincent Delecroix
@videlec
Copy link
Collaborator Author

videlec commented Dec 12, 2023

Hmm if we drop flint-2 we can not test with sage anymore (flint-3 is only available in sage 10.3.beta0).

@saraedum
Copy link
Member

saraedum commented Dec 13, 2023

It won't be pretty but we can support FLINT 2 & 3 I guess?

If we go down that road, we should do the same in the entire flatsurf stack.

Let me try to make these changes to e-antic to see how ugly it ends up being.

@videlec
Copy link
Collaborator Author

videlec commented Dec 13, 2023

Supporting flint 2 & 3 would indeed be nice.

@saraedum
Copy link
Member

FLINT 2 & 3 is now in #266. It works locally but something is not working out in the CI still.

@saraedum saraedum closed this Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

flint 3 is out
2 participants