Re: [Rdkit-devel] RDKit 2018.03.1 Build and Installation
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: alb g. <agp...@gm...> - 2018-05-16 10:51:31
|
Thanks for your help Andrew! My cmake is in version 3.5.1 2018-05-03 19:09 GMT+02:00 Andrew Dalke <da...@da...>: > On May 3, 2018, at 18:44, alb greg <agp...@gm...> 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...@da... > > > |