#12102: Make bzip2 a standard (instead of base) package
------------------------------------------+---------------------------------
Reporter: jdemeyer | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.0
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: #12479, #10492, #12602 | Stopgaps:
------------------------------------------+---------------------------------
Comment (by jhpalmieri):
I see that the old package compiles with commands like this:
{{{
gcc -fPIC -c blocksort.c
}}}
while the new one compiles with
{{{
gcc -fPIC -O2 -g -c blocksort.c
}}}
`-O2` seems like a fine idea, but do we need `-g`? I don't know much about
debugging: since this is a pretty well-established package, there aren't
like to be bugs in it, so can we omit `-g`, or would that mess up
debugging for other parts of Sage? Should we add a test for `SAGE_DEBUG`
so that we at least have the option to turn it off? I notice that the new
`libbz2.a` is more than twice the size of the old one, at least on
sage.math.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12102#comment:10>
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.