#9914: Remove some libraries from Cython modules in module_list.py
-------------------------------------------------------------------------------------------+
Reporter: leif
| Owner: leif
Type: defect
| Status: needs_review
Priority: major
| Milestone: sage-5.0
Component: build
| Resolution:
Keywords: module_list.py PARI ImportError newforms homspace mwrank
upgrade update | Work issues:
Report Upstream: N/A
| Reviewers:
Authors: Leif Leonhardy
| Merged in:
Dependencies:
| Stopgaps:
-------------------------------------------------------------------------------------------+
Comment (by leif):
Ooops, missed the last lines:
{{{
#!sh
# (You'll certainly agree that rebuilding bar doesn't make sense
# since it doesn't really use / need libfoo at all.)
# Things get weirder if you use bar (as a module / library) and have
# another module baz which actually uses libfoo, and refers to the new
# version. If the old libfoo.so.1 wasn't deleted, you'll most probably
# get name clashs, or baz tries to use symbols the obsolete libfoo
# doesn't have, but bar pulled in the older version.
}}}
:-)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9914#comment:21>
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.