#12369: Add a gcc package
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: task | Status: new
Priority: major | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies: #11073, #10492, #12366, #12367,
#12368, #12405, #12416, #12422, #12423, #12425
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
By the way, I know you weren't using the word "path" this way, but
regarding the path, note for example #10822: on some platforms,
apparently, we may not be able to guarantee that `SAGE_ROOT/local/bin`
comes first in the path. So in the patch for the root repo, would it
better to replace
{{{
CC=gcc
}}}
by
{{{
CC="$SAGE_LOCAL/bin/gcc"
}}}
on line 418 of sage-env, and similarly for CXX?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12369#comment:34>
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.