You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake -DPYTHON_DEB_INSTALL_TARGET=1 -DPYTHON_VERSION_MAJOR=2 -DPYTHON_VERSION_MINOR=7 -DCMAKE_BUILD_TYPE=RelW
ithDebInfo ${SRC_DIR}
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Boost version: 1.54.0
OpenCL disabled, not looking for it
ANN not found, disabling it in benchmarks
FLANN not found, disabling it in benchmarks
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
Python version from interpreter is 2.7.6
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.6")
Python libs and executable found, looking for numpy and boost::python
-- Could NOT find Boost
Boost_PYTHON3_FOUNDfound:}
-- Found numpy: /usr/local/lib/python2.7/dist-packages/numpy
-- Configuring done
-- Generating done
-- Build files have been written to: /home/satoru/libnabo/build
I install boost with sudo apt-get install libboost-all-dev, but it seems cmake cannot find it when building Python bindings.
The text was updated successfully, but these errors were encountered:
When I run
cmake
, I get the following output:I install
boost
withsudo apt-get install libboost-all-dev
, but it seems cmake cannot find it when building Python bindings.The text was updated successfully, but these errors were encountered: