[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-03 16:44:14
      
     | 
| Hello everyone, I'm an IT and I'm writing in connection with the installation process of RDKit. I have to install the latest version of RDKit (2018.03.1) on several workstations running on Ubuntu 16.04 but the building sequence systematically went wrong on the "cmake .." step (see logs below). 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. Could you please take a look on my logs and give me some help? Thanks you very much. Best regards *CmakeMessages.log :* -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Found PythonInterp: /usr/bin/python (found version "2.7.12") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.12") -- Boost version: 1.67.0 -- Found the following Boost libraries: -- python -- Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK) (Required is at least version "2.91.0") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Boost version: 1.67.0 -- Found the following Boost libraries: -- serialization == Done updating pains files -- Configuring done -- Generating done -- Build files have been written to: /home/user/rdkit-Release_2018_03_1/build *Errors.log :* CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message): Imported targets not available for Boost version 106700 Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:197 (find_package) PYTHON Py_ENABLE_SHARED: 1 PYTHON USING LINK LINE: -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security Eigen3 not found, disabling the Descriptors3D build. CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message): Imported targets not available for Boost version 106700 Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:305 (find_package) == Using strict rotor definition -- Found MAEParser source in /home/user/rdkit-Release_2018_03_1/External/CoordGen/maeparser -- Found coordgenlibs source in /home/user/rdkit-Release_2018_03_1/External/CoordGen/coordgenlibs == Updating Filters.cpp from pains file -- Found RapidJSON source in /home/user/rdkit-Release_2018_03_1/External CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "coordgenlib" 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:41 (rdkit_library) 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) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "maeparser" 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) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "coordgenlib_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:41 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testCoordGen" 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:57 (rdkit_test) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdCoordGen" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) External/CoordGen/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdCoordGen" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) External/CoordGen/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdCoordGen" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) External/CoordGen/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdCoordGen" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) External/CoordGen/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdCoordGen" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) External/CoordGen/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testDict" 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): Code/RDGeneral/CMakeLists.txt:59 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "RDGeneral_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): Code/RDGeneral/CMakeLists.txt:4 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "RDGeneral" 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): Code/RDGeneral/CMakeLists.txt:4 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testRDValue" 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): Code/RDGeneral/CMakeLists.txt:60 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "RDBoost" 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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "RDBoost" links to target "Boost::python" 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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "RDBoost" links to target "Boost::serialization" 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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "RDBoost_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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "RDBoost_static" links to target "Boost::python" 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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "RDBoost_static" links to target "Boost::serialization" 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): Code/RDBoost/CMakeLists.txt:2 (rdkit_library) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdBase" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/RDBoost/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdBase" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/RDBoost/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdBase" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/RDBoost/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdBase" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/RDBoost/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdBase" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/RDBoost/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testFPB" 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): Code/DataStructs/CMakeLists.txt:29 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "DataStructs_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): Code/DataStructs/CMakeLists.txt:5 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "DataStructs" 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): Code/DataStructs/CMakeLists.txt:5 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testMultiFPB" 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): Code/DataStructs/CMakeLists.txt:32 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testDataStructs" 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): Code/DataStructs/CMakeLists.txt:26 (rdkit_test) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "cDataStructs" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DataStructs/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "cDataStructs" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DataStructs/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "cDataStructs" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DataStructs/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "cDataStructs" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DataStructs/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "cDataStructs" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DataStructs/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testGrid" 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): Code/Geometry/CMakeLists.txt:16 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "RDGeometryLib_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): Code/Geometry/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testTransforms" 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): Code/Geometry/CMakeLists.txt:15 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "RDGeometryLib" 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): Code/Geometry/CMakeLists.txt:1 (rdkit_library) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdGeometry" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Geometry/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdGeometry" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Geometry/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdGeometry" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Geometry/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdGeometry" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Geometry/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdGeometry" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Geometry/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testMatrices" 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): Code/Numerics/CMakeLists.txt:10 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "Alignment_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): Code/Numerics/Alignment/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "Alignment" 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): Code/Numerics/Alignment/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testAlignment" 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): Code/Numerics/Alignment/CMakeLists.txt:5 (rdkit_test) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdAlignment" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Numerics/Alignment/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdAlignment" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Numerics/Alignment/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdAlignment" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Numerics/Alignment/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdAlignment" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Numerics/Alignment/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdAlignment" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/Numerics/Alignment/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "EigenSolvers" 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): Code/Numerics/EigenSolvers/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "EigenSolvers_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): Code/Numerics/EigenSolvers/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "Optimizer" 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): Code/Numerics/Optimizer/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "Optimizer_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): Code/Numerics/Optimizer/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testOptimizer" 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): Code/Numerics/Optimizer/CMakeLists.txt:7 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "ForceField" 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): Code/ForceField/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "ForceField_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): Code/ForceField/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testUFFForceField" 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): Code/ForceField/UFF/CMakeLists.txt:1 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testMMFFForceField" 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): Code/ForceField/MMFF/CMakeLists.txt:9 (rdkit_test) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdForceField" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/ForceField/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdForceField" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/ForceField/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdForceField" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/ForceField/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdForceField" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/ForceField/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "rdForceField" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/ForceField/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "DistGeometry_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): Code/DistGeom/CMakeLists.txt:3 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "DistGeometry" 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): Code/DistGeom/CMakeLists.txt:3 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "testDistGeom" 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): Code/DistGeom/CMakeLists.txt:16 (rdkit_test) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "DistGeom" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DistGeom/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "DistGeom" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DistGeom/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "DistGeom" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DistGeom/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "DistGeom" links to target "Boost::python" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DistGeom/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at /usr/share/cmake-3.5/Modules/FindPythonLibs.cmake:292 (add_library): Target "DistGeom" links to target "Boost::serialization" 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): Code/cmake/Modules/RDKitUtils.cmake:116 (PYTHON_ADD_MODULE) Code/DistGeom/Wrap/CMakeLists.txt:1 (rdkit_python_extension) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "Catalogs_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): Code/Catalogs/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "Catalogs" 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): Code/Catalogs/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmoltestChirality" 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): Code/GraphMol/CMakeLists.txt:112 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "molBundleTest" 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): Code/GraphMol/CMakeLists.txt:133 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmoltestCanon" 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): Code/GraphMol/CMakeLists.txt:109 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolIterTest" 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): Code/GraphMol/CMakeLists.txt:122 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmoltestPickler" 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): Code/GraphMol/CMakeLists.txt:116 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolMolOpsTest" 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): Code/GraphMol/CMakeLists.txt:105 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "GraphMol" 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): Code/GraphMol/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmoltestPicklerGlobalSetting" 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): Code/GraphMol/CMakeLists.txt:119 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolqueryTest" 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): Code/GraphMol/CMakeLists.txt:103 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "hanoiTest" 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): Code/GraphMol/CMakeLists.txt:124 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "GraphMol_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): Code/GraphMol/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolcpTest" 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): Code/GraphMol/CMakeLists.txt:101 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "test-valgrind" 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): Code/GraphMol/CMakeLists.txt:136 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolTest1" 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): Code/GraphMol/CMakeLists.txt:98 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "graphmolMemTest1" 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): Code/GraphMol/CMakeLists.txt:128 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:155 (add_executable): Target "resMolSupplierTest" 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): Code/GraphMol/CMakeLists.txt:130 (rdkit_test) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:57 (add_library): Target "Depictor_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): Code/GraphMol/Depictor/CMakeLists.txt:1 (rdkit_library) CMake Error at Code/cmake/Modules/RDKitUtils.cmake:51 (add_library): Target "Depictor" 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): Code/GraphMol/Depictor/CMakeLists.txt:1 (rdkit_library) (...) |