#7426: fix mpir spkg to correctly detect OS X 10.6
-----------------------+----------------------------------------------------
   Reporter:  was      |       Owner:  tbd       
       Type:  defect   |      Status:  new       
   Priority:  blocker  |   Milestone:  sage-4.2.1
  Component:  build    |    Keywords:            
Work_issues:           |      Author:            
   Reviewer:           |      Merged:            
-----------------------+----------------------------------------------------
 The attached patched spkg change the OS X 10.6 detection to the following:
 {{{
             if [ `uname -r | sed 's/\..*//'` != "10" ]; then
 }}}

 Before, I just had it do
 {{{
               if [ `uname -r` != "10.0.0" ]; then
 }}}
 which is silly, given that 10.6.2 is called 10.0.2.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7426>
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