#12094: Upgrade Maxima to 5.24.0
-----------------------------------+----------------------------------------
   Reporter:  mjo                  |          Owner:  burcin          
       Type:  enhancement          |         Status:  needs_review    
   Priority:  major                |      Milestone:  sage-5.0        
  Component:  symbolics            |       Keywords:                  
Work_issues:                       |       Upstream:  N/A             
   Reviewer:  Karl-Dieter Crisman  |         Author:  Michael Orlitzky
     Merged:                       |   Dependencies:                  
-----------------------------------+----------------------------------------
Changes (by newvalueoldvalue):

 * cc: leif, burcin, jhpalmieri (added)
  * reviewer:  => Karl-Dieter Crisman
  * author:  => Michael Orlitzky


Comment:

 Okay, here is something we should do.
 {{{

  * TODO:
    Is the `spkg-dist` script still needed, i.e., does anybody run
    this after upgrading the upstream source tree?
    (It deletes the stuff in some language directories, `src/doc/info/*/`,
    and creates dummy `Makefile.in`s, but apparently nobody has run it on
    the recent Maxima spkgs.)
 }}}
 This was added by Leif to SPKG.txt, and I think it's a good point.  To
 wit:
 {{{
 $ du -h -c
 <snip>
 110M    total
 $ ./spkg-dist
 rm -rf "src/doc/info/es/"*
 rm -rf "src/doc/info/es.utf8/"*
 rm -rf "src/doc/info/pt/"*
 rm -rf "src/doc/info/pt.utf8/"*
 rm -rf "src/doc/info/pt_BR/"*
 rm -rf "src/doc/info/pt_BR.utf8/"*
 $ du -h -c
 <snip>
  64M    total
 }}}
 Also, we can add to
 {{{
 for X in ['es', 'es.utf8', 'pt', 'pt.utf8', 'pt_BR', 'pt_BR.utf8']:
 }}}
 by doing
 {{{
 for X in ['de', 'de.utf8', 'es', 'es.utf8', 'pt', 'pt.utf8', 'pt_BR',
 'pt_BR.utf8']:
 }}}
 What do people think?

 Otherwise, I don't foresee any problems here; it works, and I'm running
 tests on OS X 10.6 currently.  If that goes well, I'll try it on sage.math
 and perhaps call it a day?

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