#12436: lcalc uses variable length arrays
--------------------------+-------------------------------------------------
Reporter: rohana | Owner: GeorgSWeber
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: build | Resolution:
Keywords: | Work issues: Create a new spkg.
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: #12681 | Stopgaps:
--------------------------+-------------------------------------------------
Comment (by leif):
Replying to [comment:3 leif]:
> Wonder whether we should submit it upstream; I personally would
(currently) only apply the patch if `$CC` is ''not'' GCC.
By now, ... if '''`$CXX`''' is not GCC's C++ compiler.
(We shouldn't literally check `$CXX` for `g++`, but instead do something
like `if ! $CXX --version | grep g++ >/dev/null; then # apply patch`.
Apparently the output depends of the filename of the executable btw.,
which shouldn't hurt since applying the patch is ok for `g++` as well;
looking for "GCC" in contrast could give false positives, since some
compilers report with what they've been built.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12436#comment:5>
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.