#10187: Update ecl and maxima
------------------------------------------+---------------------------------
   Reporter:  vbraun                      |       Owner:  tbd                   
                  
       Type:  defect                      |      Status:  needs_review          
                  
   Priority:  major                       |   Milestone:  sage-4.6.1            
                  
  Component:  packages                    |    Keywords:                        
                  
     Author:  Volker Braun, David Kirkby  |    Upstream:  Workaround found; Bug 
reported upstream.
   Reviewer:  Karl-Dieter Crisman         |      Merged:                        
                  
Work_issues:                              |  
------------------------------------------+---------------------------------

Comment(by leif):

 Replying to [comment:66 vbraun]:
 > What is the correct way to force-disable parallel make, then?

 As long as we rely on a GNU `make`, the correct thing to do is
 {{{
 #!sh
 MAKE="$MAKE -j1" # force sequential build (1 job)
 }}}
 Otherwise we'd have to test if the actual `$MAKE` understands that.

 > Apart from that, do you have any other issue than the unquoted
 `SAGE_LOCAL` (which this ticked did not add) for the maxima spkg? I'm
 happy to fix "minor things", but at the very least you have to list them
 if you want them fixed.

 :) I don't recall. A major clean-up could be done, but I won't insist on
 having it here.

 [[BR]]
 > I don't think that saving 1 MB is good enough a reason to justify
 patching ecl's `configure` and maintaining that patch in future versions.
 If you want to save space then there are much bigger spkgs that could be
 shrunk.

 Yes, but they accumulate. I'm not sure if upstream would make such a
 patch.

 Btw, it's more than 2 MB of the spkg, 13 MB uncompressed.

 "Maintaining" a real patch is trivial. It will still apply or not, in
 which case an error message is given. The patch itself is also trivial.

 > Or, better yet, if you have the time then fix some real bugs.

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