#11377: Clean and harmonize module_list.py
---------------------------+------------------------------------------------
Reporter: fbissey | Owner: GeorgSWeber
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7.1
Component: build | Keywords: sd31
Work_issues: | Upstream: N/A
Reviewer: | Author: François Bissey
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by vbraun):
The patch applies, but `sage.groups.perm_gps.partn_ref.*` don't use
`SAGE_INC` and the `flint_depends`:
{{{
Extension('sage.groups.perm_gps.partn_ref.automorphism_group_canonical_label',
sources =
['sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pyx'],
libraries = ['gmp', 'flint'],
include_dirs = [SAGE_ROOT + '/local/include/FLINT/'],
extra_compile_args = ['-std=c99'],
depends = [SAGE_ROOT + "/local/include/FLINT/flint.h"]),
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11377#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.