Opened 11 years ago
Last modified 11 years ago
#11377 closed enhancement
Clean and harmonize module_list.py — at Initial Version
Reported by: | fbissey | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | critical | Milestone: | sage-4.7.1 |
Component: | build | Keywords: | sd31 |
Cc: | strogdon, robertwb | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
module_list.py is quite messy in its current state. There are several things that can be done:
- remove the unused debian bits
- we have SAGE_LOCAL and SAGE_INC variables but there use iis not uniform
- we also have numpy_include_dirs, numpy_depends, flint_depends, singular_depends and ginac_depends and most of them are under-used.
In this ticket I remove old debian stuff, use SAGE_INC, SAGE_LOCAL and the other variables in a uniform fashion removing all instances of SAGE_ROOT +/local/... and so on to replace it by the appropriate variable.
Note: See
TracTickets for help on using
tickets.
patch to module_list.py