You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #10801
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...