-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Modularization of sagelib: Break out a separate package sagemath-ntl #29912
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to sd111 |
This comment has been minimized.
This comment has been minimized.
mkoeppe
changed the title
Modularization of sagelib: Break out a separate package sage-ntl
Modularization of sagelib: Break out a separate package sagemath-ntl
Dec 9, 2020
comment:7
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This distribution package would provide
sage.libs.ntl
and all functionality that Sage draws from NTL, mostly:rings.padics
rings.polynomial
rings.finite_rings
rings.number_field
matrix.cyclo_dense
,.integer_dense
.There are a few places from which we can eliminate the dependency on NTL as a preparation:
sage.rings.finite_rings.element_givaro
: Remove dependency on NTLsage.rings.integer
,integer_ring
: Remove dependencies onsage.libs.ntl
sage.rings.polynomial.evaluation
: Split into..._flint
and..._ntl
This is part of Meta-ticket #29705: Modularize sagelib into separate distributions (pip-installable packages). The modules are recombined with the rest of sagelib via the native namespace package functionality.
CC: @videlec @kiwifb
Component: refactoring
Keywords: sd111
Issue created by migration from https://trac.sagemath.org/ticket/29912
The text was updated successfully, but these errors were encountered: