Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build Python binding #83

Open
suzaku opened this issue Dec 5, 2017 · 0 comments
Open

Cannot build Python binding #83

suzaku opened this issue Dec 5, 2017 · 0 comments

Comments

@suzaku
Copy link

suzaku commented Dec 5, 2017

When I run cmake, I get the following output:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant