Hi Michal,

On Wed, Apr 10, 2013 at 6:02 AM, Michał Nowotka <mmm...@gmail.com> wrote:
> Hi,
> lets say I would like to compile RDKit on some headless machine for
> computations only and so I would like to get rid of all visualization stuff
> that RDKit includes. Is there any compile flag that would instruct not to
> compile this parts of code?

I don't think that there are any parts of the code that include
visualization/rendering that are compiled by default. The Java
wrappers have some SVG generation built in, but that doesn't require
any external libraries and shouldn't cause trouble.

Some of the python tests do use, for example, PiL or aggdraw for
rendering. If you don't call any of those functions, I don't think you
should have any problems on a headless machine (if you do it's a bug
and I would like to hear about it so that I can fix it). They will
cause some of the tests to fail though.

Have you encountered specific problems or are you just asking to make
sure that there won't be any?

-greg

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to