Re: [Rdkit-discuss] 2D Pharmacophore fingerprints slow or stuck

2021-10-14 Thread Greg Landrum
Hi Anthony, Can you share the molecule that you're having trouble with? As for the pharmacophore definitions: we don't have a great set of definitions available, but the one I normally suggest would be to use either the ones in RDConfig.RDDataDir+'/BaseFeatures.fdef' or the feature factory which

Re: [Rdkit-discuss] Trying to repeat Greg's C++ blog example

2021-10-14 Thread Markus Metz
Dear all: So I did a little more testing and I found the solution. I used exactly the same version of gcc and g++ compilers as Greg did. Also, I needed to remove the 'add_definitions("-D_GLIBCXX_USE_CXX11_ABI=0")' line in the CMakeLists.txt file. Now the compilation and the compiled test program