#8664: Upgrade Sage's MPIR spkg to version 2.1.3 or later
-----------------------------------------------------------------------------------------+
   Reporter:  was                                                               
         |       Owner:  GeorgSWeber
       Type:  enhancement                                                       
         |      Status:  needs_work 
   Priority:  major                                                             
         |   Milestone:  sage-4.6.1 
  Component:  packages                                                          
         |    Keywords:             
     Author:  Mike Hansen                                                       
         |    Upstream:  N/A        
   Reviewer:                                                                    
         |      Merged:             
Work_issues:  Fix extension module dependencies; upgrade upstream; fix 
execstack issue.  |  
-----------------------------------------------------------------------------------------+
Changes (by leif):

  * work_issues:  => Fix extension module dependencies; upgrade upstream;
                  fix execstack issue.


Comment:

 I would have taken the latest version anyway...

 ----

 A trivial fix for the executable stack issue is to add the following to
 `spkg-install`:
 {{{
 #!sh
 case "$UNAME" in
     Linux) # implies a GNU linker
         LDFLAGS="$LDFLAGS -Wl,z,noexecstack"
         # already exported by sage-env
         ;;
     # perhaps other platforms, too
 esac
 }}}

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