#12883: Update LinBox to most recent upstream release
-------------------------------------------------------------------+--------
       Reporter:  pcpa                                             |         
Owner:  cpernet                     
           Type:  enhancement                                      |        
Status:  needs_work                  
       Priority:  major                                            |     
Milestone:  sage-5.4                    
      Component:  linbox                                           |    
Resolution:                              
       Keywords:                                                   |   Work 
issues:                              
Report Upstream:  Fixed upstream, but not in a stable release.     |     
Reviewers:  Volker Braun, Jeroen Demeyer
        Authors:  Paulo César Pereira de Andrade, Martin Albrecht  |     Merged 
in:                              
   Dependencies:  #13118, #12840, #12841, #9511                    |      
Stopgaps:                              
-------------------------------------------------------------------+--------

Comment (by jdemeyer):

 Also this:
 {{{
 #!diff
 -if [ -z "$SAGE_LOCAL" ]; then
 -    echo >&2 "Error: SAGE_LOCAL undefined - exiting..."
 -    echo >&2 "Maybe run 'sage -sh'?"
 -    exit 1
 +if [ "$SAGE_LOCAL" = "" ]; then
 +   echo "SAGE_LOCAL undefined ... exiting";
 +   echo "Maybe run 'sage -sh'?"
 +   exit 1
  fi
 }}}

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