#13137: upgrade MPIR to 2.6.0
----------------------------------------------------+-----------------------
       Reporter:  jhpalmieri                        |         Owner:  tbd       
    
           Type:  enhancement                       |        Status:  
needs_info    
       Priority:  major                             |     Milestone:  sage-5.6  
    
      Component:  packages                          |    Resolution:            
    
       Keywords:  mpir spkg                         |   Work issues:            
    
Report Upstream:  N/A                               |     Reviewers:  Jeroen 
Demeyer
        Authors:  John Palmieri, Jean-Pierre Flori  |     Merged in:            
    
   Dependencies:  #13755                            |      Stopgaps:            
    
----------------------------------------------------+-----------------------

Comment (by leif):

 Replying to [comment:41 jpflori]:
 > Waiting for feedback from Mac Os X user on sage-devel:
 > https://groups.google.com/d/topic/sage-devel/R43tQAKI8gA/discussion

 I'd suggest changing the relevant lines in `configure[.in]` to

 {{{
 #!sh

     # 32bit apple darwin doesn't like our PIC format asm code
     case $host in
         i[34567]86-apple-darwin*|
         pentium*-apple-darwin*|
         prescott-apple-darwin*|
         core-apple-darwin*)
             path="x86/applenopic" ;;
         *-apple-darwin*) # assume Core2 or later
             path="x86/applenopic/core2 x86/applenopic" ;;
         *)                                                      ;;
     esac
 }}}

 (Cf. mpir-devel)

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