libmolgrid
libmolgrid copied to clipboard
cmake error
When I cmake ..
, error found as below:
CMake Error at /opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package):
Could not find a package configuration file provided by "boost_python38"
(requested version 1.70.0) with any of the following names:
boost_python38Config.cmake
boost_python38-config.cmake
Add the installation prefix of "boost_python38" to CMAKE_PREFIX_PATH or set "boost_python38_DIR" to a directory containing one of the above files. If "boost_python38" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:124 (boost_find_dependency) /opt/conda/share/cmake-3.19/Modules/FindBoost.cmake:460 (find_package) python/CMakeLists.txt:17 (find_package)
The error message seems pretty self explanatory. Do you have boost_python38 installed? If so, tell cmake where to find it.