#7041: GAP purposely unsets CC which screws up Sun Studio build.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.7
Component: build | Keywords: gap solaris cc
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Changes (by ltw):
* upstream: => N/A
Old description:
> The spkg-install for gap-4.4.10.p12
>
> echo "*WARNING*: Unsetting CC since that tends to break GAP building"
> unset CC
> echo "*WARNING*: Unsetting CXX since that tends to break GAP building"
> unset CXX
>
> This appears to be done by Michael Abshoff as SPKG.txt shows:
>
> === gap-4.4.10.p8 (Michael Abshoff, June 16th, 2008) ===
> * unset CC in spkg-install (work around for #2575)
>
> Looking at http://sagetrac.org/sage_trac/ticket/2575 I can't help feel
> there must be a better solution.
New description:
{{{spkg-install}}} for {{{gap-4.4.10.p12}}}:
{{{
echo "*WARNING*: Unsetting CC since that tends to break GAP building"
unset CC
echo "*WARNING*: Unsetting CXX since that tends to break GAP building"
unset CXX
}}}
This appears to be done by Michael Abshoff as {{{SPKG.txt}}} shows:
{{{
=== gap-4.4.10.p8 (Michael Abshoff, June 16th, 2008) ===
* unset CC in spkg-install (work around for #2575)
}}}
Looking at #2575 I can't help feel there must be a better solution.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7041#comment:1>
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.