Hi, I'm trying to prepare my_chembl_19 vagrant distribution. I'm using Ubuntu 14.04 as a vagrant base box. Unfortunately during building RDKit VM hangs, this is how it looks in the console:
==> default: [ 80%] ==> default: Building CXX object Code/ChemicalFeatures/Wrap/CMakeFiles/rdChemicalFeatures.dir/rdChemicalFeatures.cpp.o ==> default: [ 81%] ==> default: Building CXX object Code/GraphMol/SLNParse/CMakeFiles/SLNParse.dir/SLNAttribs.cpp.o And then it hangs forever... I'm using Release_2014_03_1 branch, if you want to see the script installing RDKit it's here: https://github.com/chembl/mychembl/blob/master/rdkit_install.sh In https://code.google.com/p/rdkit/wiki/BuildingWithCmake there is Frequently Encountered Problems section suggesting to use -DBoost_USE_STATIC_LIBS=OFF for a problem related to libSLNParse.so. - Do you think it can help in my case? - is there any way to exclude SLN Parser from RDKit at all - do I really need it? Kind regards, Michał Nowotka ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

