We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
flintlib/flint#1039
CC: @kiwifb @antonio-rojas
Component: refactoring
Issue created by migration from https://trac.sagemath.org/ticket/32908
The text was updated successfully, but these errors were encountered:
Maybe no longer relevant now the NTL interface is header-only?
Sorry, something went wrong.
I agree
No branches or pull requests
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.
flintlib/flint#1039
CC: @kiwifb @antonio-rojas
Component: refactoring
Issue created by migration from https://trac.sagemath.org/ticket/32908
The text was updated successfully, but these errors were encountered: