You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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: