#10681: Tachyon on 32-bit OSX still sets CC=cc
-----------------------------+----------------------------------------------
   Reporter:  vbraun         |       Owner:  tbd            
       Type:  defect         |      Status:  positive_review
   Priority:  minor          |   Milestone:  sage-4.6.2     
  Component:  packages       |    Keywords:                 
     Author:  Volker Braun   |    Upstream:  N/A            
   Reviewer:  John Palmieri  |      Merged:                 
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by jhpalmieri):

  * priority:  major => minor
  * reviewer:  => John Palmieri
  * status:  needs_review => positive_review


Comment:

 On my Mac, with the old version compilation is done with commands like
 {{{
    cc -Os -ffast-math -DBsd  -DUSEPNG ...
 }}}
 while with the new version, I see
 {{{
   gcc -Os -ffast-math -DBsd  -DUSEPNG ...
 }}}
 Compilation succeeds in both cases, and tachyon seems to work in both
 cases.

 The spkg looks good, mercurial repo is good -- thanks for checking in the
 previously unchecked files.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10681#comment:2>
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.

Reply via email to