Compatibility with RDKit 2017
Competitive Fragmentation Modeling for Metabolite Identification
Brought to you by:
felicityallen
A change in the latest RDKit version (2017.03):
"- All C++ library names now start with RDKit (see #1349)." (i.e. libRDKitFingerprints.so instead of libFingerprints.so etc.)
https://sourceforge.net/p/rdkit/mailman/message/35798753/
Therefore, the FindRDKit.cmake doesn't find RDKit anymore (or I believe this is the problem I have). Where should this be fixed?
Check whether you correctly add RDBASE to your environment variable.
I'm running into the same problem here with my installation on MacOS (High Sierra). RDKit version 2018.09.1 also seems to cause issues with the FindRDKit.cmake script. My RDBASE environment variable is correctly set, but I still can't get cmake to find the libraries. Has anyone solved this?
Apologies for the delay looking into this, it should now be fixed.