#7107: [with solution, needs patch and review] sage does not build on ppc os x
10.4 anymore, failing with mpfr
-----------------------+----------------------------------------------------
   Reporter:  was      |       Owner:  tbd         
       Type:  defect   |      Status:  needs_review
   Priority:  blocker  |   Milestone:  sage-4.1.2  
  Component:  build    |    Keywords:              
Work_issues:           |      Author:              
   Reviewer:           |      Merged:              
-----------------------+----------------------------------------------------
Changes (by kcrisman):

  * status:  new => needs_review


Comment:

 The first option also works on the PPC G4 X.4 box I am trying.  Hopefully
 the build will complete; it's already through mpfi, Cython, Pynac, ...
 which is a good sign.

 In this case, I guess one would need something like the following at the
 VERY end of the spkg-install file:
 {{{
 -cd ..; ./spkg-check
 +if [`uname` = "Darwin" and something else to show it's X.4]; then
 +        shell equivalent of pass
 +else
 +        cd ..; ./spkg-check
 +fi
 }}}
 Where I have no idea what the shell equivalent of pass is, and where I
 don't know how to check X.4 - I feel like there is some variable set
 sometimes that checks for things like 8.11.0 (which is the version of the
 box I'm running this on), but I can't remember what/where it is.

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