-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello,
I have tried many different ways to get this package to compile, but, even if I can get the initial build process to work, I always run into issues during the run the shared libraries not linking.
Does the RDKit licensing prevent you from including RDKit as part of the GitHub directory itself? It seems like it would be simpler and more self-contained to just have all of the RDKit dependencies as part of the git and not reference outside libraries. You might have a lot of good reasons why not to do this, I just thought I should mention it.
I haven't found any installation instructions that specify where the custom RDKit build is to be installed anywhere on the git, are any available? I even tried reworking the old script that was being used to generate the RDKit Debian package from the RDKit git and that did not work either.
I could be doing something completely wrong, but "dynamic-linking-from-conda" does not work at all for me either. I looked at build.rs under rdkit-sys and it seems to be requesting directories that aren't there in my conda files.
I was previously able to get the other rdkit rust interface -rdkit cffi - to compile, but that interface is relatively limited in features compared to yours.
I would greatly appreciate any help with this issue.