#13121: Upgrade sagenb to 0.10.0
--------------------------------------------------------+-------------------
       Reporter:  kini                                  |         Owner:  
jason, mpatel, was
           Type:  enhancement                           |        Status:  
needs_review      
       Priority:  blocker                               |     Milestone:  
sage-5.2          
      Component:  notebook                              |    Resolution:        
            
       Keywords:  sagenb                                |   Work issues:        
            
Report Upstream:  N/A                                   |     Reviewers:        
            
        Authors:  Keshav Kini                           |     Merged in:        
            
   Dependencies:  #11080, #9774, #8473, #11913, #12299  |      Stopgaps:        
            
--------------------------------------------------------+-------------------

Comment (by jhpalmieri):

 The spkg here needs work: when it gets installed, `SAGE_ROOT/devel` may
 not yet exist. So something like this:
 {{{
 #!diff
 diff --git a/spkg-install b/spkg-install
 --- a/spkg-install
 +++ b/spkg-install
 @@ -53,6 +53,7 @@ BASENAME=${BASENAME%.tar.gz}
  #easy_install -H None -f src "sagenb" || die "Error installing sagenb !"

  # Extract sagenb into $SAGE_ROOT/devel and set up the symlink
 +mkdir -p "$SAGE_ROOT/devel"
  cd "$SAGE_ROOT/devel"
  if [ -d "$SAGE_ROOT/devel/sagenb-main" ]; then
      echo "Moving old SageNB package to '$SAGE_ROOT/devel/sagenb-main-
 old'..."
 }}}

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