sagemath/sage

Link to flint directly in symbolic.expression

antonio-rojas opened this issue · 7 comments

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

Author: Antonio Rojas

New commits:

a6ee13eLink to flint in ginac.expression

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.

Reviewer: Matthias Koeppe