On May 3, 2018, at 18:44, alb greg <agparis7dide...@gmail.com> wrote:
> I installed cmake, python-dev, libsqlite3-dev, NumPy and Boost as required.
> 
> I tried to specify options like boost and python directories but it didn't 
> solve anything.

> CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library):
>   Target "maeparser_static" links to target "Boost::boost" but the target was
>   not found.  Perhaps a find_package() call is missing for an IMPORTED
>   target, or an ALIAS target is missing?
> Call Stack (most recent call first):
>   External/CoordGen/CMakeLists.txt:21 (rdkit_library)


That looks similar to a problem I had when I tried to build the most recent 
RDKit.

The problem for me was the installed version of cmake on my system was too old.

Once I upgraded from 3.7.2 to 3.11.1, the problem went away.

What version of cmake did you install? Use "cmake --version" to find out.

Cheers,

                                Andrew
                                da...@dalkescientific.com



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to