#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:68 leif]:
 > Replying to [comment:66 vbraun]:
 > > 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.

 P.S.: If someone fears `patch`, a trivial alternative is to simply keep
 the only file from there `configure` uses, which is a redundant copy
 anyway, so one could even create a symbolic link to one of the other
 instances.
 {{{
 #!sh
 ~/Sage/spkgs/ecl-10.4.1$ find . -name install-sh -exec head -v {} \;
 ==> ./src/src/gc/install-sh <==
 #!/bin/sh
 #
 # install - install a program, script, or datafile
 # This comes from X11R5 (mit/util/scripts/install.sh).
 #
 # Copyright 1991 by the Massachusetts Institute of Technology
 #
 # Permission to use, copy, modify, distribute, and sell this software and
 its
 # documentation for any purpose is hereby granted without fee, provided
 that
 # the above copyright notice appear in all copies and that both that
 ==> ./src/src/gc/libatomic_ops-1.2/install-sh <==
 #!/bin/sh
 # install - install a program, script, or datafile

 scriptversion=2005-05-14.22

 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
 # following copyright and license.
 #
 # Copyright (C) 1994 X Consortium
 ==> ./src/src/gmp/install-sh <==
 #!/bin/sh
 # install - install a program, script, or datafile

 scriptversion=2004-04-01.17

 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
 # following copyright and license.
 #
 # Copyright (C) 1994 X Consortium
 }}}

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