Hi, On Wed, Nov 23, 2011 at 11:08 AM, JP <[email protected]> wrote: > Are CMake, Flex, Bison only used at compile/build time or are they > required for running RDKit as well?
yes, cmake, flex and bison are only needed at build time. IIRC, runtime dependencies are mainly represented by the python and regex boost libraries and the numpy python package. Cheers, Riccardo > > The issue is I am building RDKit on a front end head node and making > it available to all compute nodes (pretty much by nfs sharing > $RDBASE). However if these packages are needed at runtime, I have to > install them on each compute node as well. > > What about other packages? > > - > Jean-Paul Ebejer > Early Stage Researcher > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Rdkit-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rdkit-discuss > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

