#12329: Remove unneeded dependencies of the Sage library
---------------------------+------------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.0
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by fbissey):
While gdmodule is not needed gd actually is and so is png.
{{{
Extension('sage.matrix.matrix_mod2_dense',
sources = ['sage/matrix/matrix_mod2_dense.pyx'],
libraries = ['gmp','m4ri', 'gd', 'png12', 'z'],
depends = [SAGE_ROOT + "/local/include/png.h", SAGE_ROOT +
"/local/include/m4ri/m4ri.h"]),
}}}
for example from module_list.py. Of course these two are needed for
polybori so you are probably covered. readline is also there but other
dependencies may include it. I cannot check right now.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12329#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.