Greg Landrum
Greg Landrum
I managed to miss this issue when it originally came in. On the namespaces thing: the svg generation code actually prefixes all svg elements with `svg:`. This seems to work...
Try adding `-DBoost_NO_BOOST_CMAKE=TRUE` to your cmake command.
That's not necessarily actually an error. If you think it is, please provide the entire output from running cmake
That error message is indicating that it couldn't find boost::python If you're planning on building the RDKit with Python support, then you also need to be sure to build boost::python...
here's general boost building instructions: https://www.boost.org/doc/libs/1_70_0/more/getting_started/unix-variants.html and here are build instructions for boost::python: https://www.boost.org/doc/libs/1_70_0/libs/python/doc/html/building.html Note that this is no longer an RDKit question and that we cannot help with building...
@ptosco can you please also take a look at this one? You've spent more time thinking about the RGD code than I have.
> @greglandrum The `smiTestCatch` was failing so I have rebased on master. Now all the tests are failing because the Inchi library can't be downloaded. Yeah, that happens sometimes. Normally...
@ptosco Are you ok with the changes here?
@bp-kelley : this is still tagged as a WIP. Do you want this to be reviewed for the 2022.09 release?