Re: [Rdkit-discuss] Extending RDKit Functionality in C++

2018-05-31 Thread Kovas Palunas
Quick update in case others run into my segmentation fault problem: I figured out that my problem had to do with how python libraries are compiled in conda. As far as I understand it, conda compiles static python libraries, and the dynamic library that I was using does not necessarily reference

[Rdkit-discuss] Extending RDKit Functionality in C++

2018-05-30 Thread Kovas Palunas
Hi All, I’m attempting to write my own small RDKit extension library to store C++ functions I’ll write which will be called from Python. To start out, I have one function, which is a slightly modified RunReactants from the 2018.03 release. Previously, I directly modified this function in the