Changes between Version 12 and Version 15 of Ticket #9914
- Timestamp:
- 04/07/12 06:58:51 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9914
-
Property
Status
changed from
needs_review
toneeds_info
-
Property
Summary
changed from
Remove libraries from extension modules when they are not needed there at build time
toRemove some libraries from Cython modules in module_list.py
-
Property
Status
changed from
-
Ticket #9914 – Description
v12 v15 1 1 Many extension modules in {{{devel/sage/module_list.py}}} are linked against libraries they do not use, some at least not directly. 2 3 This is inefficient, isn't nice or at least confusing and can (actually does) cause trouble.4 5 See e.g. [http://trac.sagemath.org/sage_trac/ticket/9896#comment:18 this comment] for a discussion why.6 2 7 3 This ticket will only address the removal of ''some'' unnecessary libraries listed; there are most probably more. … … 9 5 ADDED LATER: See however the later remarks about that claim of ''being unnecessary'' ... 10 6 11 Apply trac_9914.patch7 Apply [attachment:trac_9914.patch]