Dear all,
I'm pleased to announce that the next version of the RDKit - 2020.03 - is
released. This time we even managed to get it out during the correct month!
:-) The release notes are below.
The release files are on the github release page:
https://github.com/rdkit/rdkit/releases/tag/Release_20
Hi Jim,
RDGeneral/export.h is generated when you run cmake; it is not part of
the distribution.
If you do a
mkdir build && cd build && cmake ..
in the RDKit root directory the file will be generated, then you may
copy it in your RDGeneral directory.
It is worth mentioning that the PGXS-st
Hello RDKit developers. I’m trying to make the RDKit extension available for
use in AWS Aurora PostgreSQL. Usually the way we integrate new extensions is
with a PGXS-style Makefile, and with all of the C or C++ sourcefiles, .config,
PGXS-style Makefile, .sql, and /sql files in one directory.