PProf.jl icon indicating copy to clipboard operation
PProf.jl copied to clipboard

Ship graphviz?

Open NHDaly opened this issue 4 years ago • 4 comments

We should consider shipping graphviz instead of requiring it to be installed. Maybe we can add it to Yggdrasil?

NHDaly avatar Nov 28 '19 05:11 NHDaly

I've started work on this, here: https://github.com/JuliaPackaging/Yggdrasil/pull/351

NHDaly avatar Dec 30 '19 16:12 NHDaly

@Keno, are GraphVis.jl or GraphVis_jll appropriate here?

LilithHafner avatar Jul 29 '22 12:07 LilithHafner

There is Graphviz_jll these days:

julia> Graphviz_jll.dot() do exe
         run(`$exe -V`)
       end
dot - graphviz version 2.50.0 (20211204.2007)
Process(`/Users/mhorn/.julia/artifacts/dbc1b7f42ddb07be07d55ad976317ad027618c63/bin/dot -V`, ProcessExited(0))

fingolfin avatar Oct 10 '22 19:10 fingolfin

See PR #71

fingolfin avatar Oct 10 '22 21:10 fingolfin