#9989: easier access to operands of a symbolic expression
----------------------------------------------------+-----------------------
Reporter: burcin | Owner: burcin
Type: enhancement | Status:
positive_review
Priority: major | Milestone:
sage-4.7.1
Component: symbolics | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Robert Bradshaw, Karl-Dieter Crisman | Author: Burcin
Erocal
Merged: | Dependencies:
----------------------------------------------------+-----------------------
Comment(by fbissey):
*cringe* I am ready to write some documentation if that gets people to use
SAGE_LOCAL and SAGE_INC and all the other variables defined in
module_list.py
{{{
numpy_depends = [SAGE_LOCAL + '/lib/python/site-
packages/numpy/core/include/numpy/_numpyconfig.h']
flint_depends = [SAGE_LOCAL + '/include/FLINT/flint.h']
singular_depends = [SAGE_LOCAL + '/include/libsingular.h']
ginac_depends = [SAGE_LOCAL + '/include/pynac/ginac.h']
}}}
rather than
{{{
SAGE_ROOT + "/local/include/pynac/ginac.h"
}}}
and other combinations of SAGE_ROOT + "/local..."
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9989#comment:15>
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.