Link to flint directly in symbolic.expression
antonio-rojas opened this issue · 7 comments
antonio-rojas commented
sage.symbolic.expression is using flint directly (through ginac sources) but it was only linking it via SINGULAR_LIBRARIES. It should link to flint independently of singular.
CC: @mkoeppe
Component: symbolics
Author: Antonio Rojas
Branch/Commit: a6ee13e
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32919
antonio-rojas commented
antonio-rojas commented
Author: Antonio Rojas
antonio-rojas commented
New commits:
a6ee13e | Link to flint in ginac.expression |
antonio-rojas commented
Description changed:
---
+++
@@ -1 +1 @@
-
+`sage.symbolic.expression` is using flint directly (through ginac sources) but it was only linking it via `SINGULAR_LIBRARIES`. It should link to flint independently of singular.antonio-rojas commented
Commit: a6ee13e
mkoeppe commented
Reviewer: Matthias Koeppe
vbraun commented
Changed branch from u/arojas/link_to_flint_directly_in_symbolic_expression to a6ee13e