Am 21.04.21 um 11:03 schrieb Davide Cittaro:
Hello there,
I have issues with installing GTK3 on a machine but I would like to use 
graph-tool without any plot support, I only need to fit very large models.
I wonder if it is (or if it will be) possible to import graph_tool in a "light" 
way, without plotting support.

It's perfectly possible. GTK is an optional run-time dependency. It does not have to be present during compilation, and if it's not available at run time, the graph-tool import will still succeed, with only a warning that graph_draw() will not work.


--
Tiago de Paula Peixoto <[email protected]>
_______________________________________________
graph-tool mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to