#12369: Add a gcc package
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Reporter: jdemeyer
| Owner: tbd
Type: task
| 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, #12602, #12608, #12609, #12647, #10492, #12367,
#12368, #12405, #12570, #12574, #12423, #12425, #12456, #12363, #12223, #12515,
#12519, #12548, #12562, #12629, #12638 | Stopgaps:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Comment (by SimonKing):
With the Sage-with-gcc version built in parallel without CFLAGS, I tried
the following innocent-looking example:
{{{
u, v = var('u,v')
f_x = cos(u)*(4*sqrt(1-v^2)*sin(abs(
u))^abs(u))
f_y = sin(u) *(4*sqrt(1-v^2)*sin(abs(u))^abs(u))
f_z = v
parametric_plot3d([f_x, f_y, f_z], (u, -pi, pi), (v, -1, 1), frame=False,
color="red")
}}}
Guess the result? My computer shut down!!!
Is anybody able to replicate it?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12369#comment:197>
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.