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

Eliminate use of FLINT's NTL interface #32908

Closed
mkoeppe opened this issue Nov 20, 2021 · 3 comments
Closed

Eliminate use of FLINT's NTL interface #32908

mkoeppe opened this issue Nov 20, 2021 · 3 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 20, 2021

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

@mkoeppe

This comment has been minimized.

@mezzarobba
Copy link
Member

Maybe no longer relevant now the NTL interface is header-only?

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Nov 14, 2023

I agree

@mkoeppe mkoeppe closed this as completed Nov 14, 2023
@mkoeppe mkoeppe closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants