-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed as not planned
Description
We currently insist that the FLINT library is built with its NTL interface.
This interface consists of just a few functions that could easily be provided instead by a small library separate from FLINT, or included in sagelib. https://github.com/wbhart/flint2/blob/trunk/interfaces/NTL-interface.cpp
This could help with modularization. Also the use of NTL by Singular is minimal.
Component: refactoring
Issue created by migration from https://trac.sagemath.org/ticket/32908