#10801: Create a new option: "sage -strip" which deletes things that aren't
needed
for a binary distribution of sage, or for people that will never develop or
upgrade
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.6.2
Component: packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
This is a frequently requested feature. We should start with some little
script that does this, and build on it. I tried all the following, and
ran the test suite and it worked fine.
- rm SAGE_ROOT/local/lib/*.a
- rm SAGE_ROOT/devel/sage/build/lib.*
- rm SAGE_ROOT/devel/sage/build/temp.*
- strip SAGE_ROOT/local/bin/Singular-* SAGE_ROOT/local/bin/gfan #
gfan is a huge win.
- jsmath image fonts are in MoinMoin and are *HUGE*. Just delete
everything related to moinmoin...
- strip SAGE_ROOT/local/lib/*.so
- rm -rf SAGE_ROOT/local/python/site-package/MoinMoin
- rm all files in SAGE_LOCAL/devel/sage/sage/ that begin "*
Generated by Cython" (I didn't do that)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10801>
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.