#14408: Upgrade dot2tex spkg to latest development version
--------------------------------------+-------------------------------------
       Reporter:  nthiery             |         Owner:  tbd      
           Type:  defect              |        Status:  new      
       Priority:  major               |     Milestone:  sage-5.10
      Component:  packages: optional  |    Resolution:           
       Keywords:                      |   Work issues:           
Report Upstream:  N/A                 |     Reviewers:           
        Authors:                      |     Merged in:           
   Dependencies:  #14594              |      Stopgaps:           
--------------------------------------+-------------------------------------
Description changed by leif:

Old description:

> With the current optional dot2tex spkg, some doctests are failing:
> {{{
> sage: g = digraphs.ButterflyGraph(2)
> sage: g.plot(layout = "graphviz", prog = "neato") # optional - dot2tex,
> graphviz
> Traceback (most recent call last):
> ...
> ValueError: invalid literal for int() with base 10: '67.297'
> }}}
>
> This is due to a bug in dot2tex which was fixed in the upstream
> development branch (but there was no official release since then):
>
>     http://code.google.com/p/dot2tex/issues/detail?id=20
>
> See also the top of sage.graphs.doc2tex_utils.
>
> A first step toward is available at:
>
> http://sage.math.washington.edu/home/nthiery/dot2tex-2.8.7-dev.spkg

New description:

 With the current optional dot2tex spkg, some doctests are failing:
 {{{
 sage: g = digraphs.ButterflyGraph(2)
 sage: g.plot(layout = "graphviz", prog = "neato") # optional - dot2tex,
 graphviz
 Traceback (most recent call last):
 ...
 ValueError: invalid literal for int() with base 10: '67.297'
 }}}

 This is due to a bug in dot2tex which was fixed in the upstream
 development branch (but there was no official release since then):

     http://code.google.com/p/dot2tex/issues/detail?id=20

 See also the top of sage.graphs.doc2tex_utils.

 A first step toward is available at:

 http://sage.math.washington.edu/home/nthiery/dot2tex-2.8.7-dev.spkg

 A second step towards is available at:

 
http://boxen.math.washington.edu/home/leif/Sage/spkgs/dot2tex-2.9.0-dev-20120520.p0.spkg

 (This one is [technically] based on the `2.8.7.p2` spkg from #14594,
 rather than on Nicolas' `2.8.7-dev` spkg above.)

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14408#comment:14>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to