#9493: Remove extra baggage from the ECL spkg
--------------------------------------+-------------------------------------
       Reporter:  leif                |         Owner:  tbd      
           Type:  task                |        Status:  new      
       Priority:  major               |     Milestone:  sage-5.11
      Component:  packages: standard  |    Resolution:           
       Keywords:                      |   Work issues:           
Report Upstream:  N/A                 |     Reviewers:           
        Authors:  Leif Leonhardy      |     Merged in:           
   Dependencies:                      |      Stopgaps:           
--------------------------------------+-------------------------------------

Comment (by leif):

 Replying to [comment:1 leif]:
 > Minimal patch to {{{configure}}} to allow {{{rm -r src/src/gmp}}}:
 > {{{
 > #!patch
 > --- src/src/configure 2010-02-13 20:04:32.000000000 +0100
 > +++ patches/src.src.configure 2010-07-14 01:29:39.000000000 +0200
 > @@ -1987,7 +1987,7 @@
 >
 >
 >  ac_aux_dir=
 > -for ac_dir in ${srcdir}/gmp "$srcdir"/${srcdir}/gmp; do
 > +for ac_dir in ${srcdir}/gmp "$srcdir"/${srcdir}/gmp ${srcdir}/gc; do
 >    if test -f "$ac_dir/install-sh"; then
 >      ac_aux_dir=$ac_dir
 >      ac_install_sh="$ac_aux_dir/install-sh -c"
 > }}}

 No idea whether that's at all still necessary (when removing the unused
 GMP source tree) -- we're meanwhile at ECL 12.12.1...

 > Another simple solution is just leaving {{{install-sh}}} in
 {{{src/src/gmp}}} (untested) or just copying it to {{{${srcdir} }}} and
 adding ''that'' directory to the {{{for}}} list.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9493#comment:12>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to