How to compile graph-tool in ubuntu
I am trying to compile and install graph-tool version 2.26 in ubuntu using ./configure but I am getting following error checking for boostlib >= 1.55.0 (105500)... yes checking whether the Boost::Python library is available... yes checking whether boost_python is the correct library... no checking whether boost_python-py27 is the correct library... no checking whether boost_python-py27 is the correct library... (cached) no checking whether boost_python-py27 is the correct library... (cached) no checking whether boost_python-py35 is the correct library... no checking whether boost_python-py35 is the correct library... (cached) no checking whether boost_python-py35 is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python3 is the correct library... no configure: error: No usable boost::python found I have tried ./configure --with-python-boost=no but have obtained the same error ... I have also added the config.log if that helps
On 06.04.2018 07:57, Soumya Sarkar wrote:
I am trying to compile and install graph-tool version 2.26 in ubuntu using ./configure but I am getting following error
checking for boostlib >= 1.55.0 (105500)... yes checking whether the Boost::Python library is available... yes checking whether boost_python is the correct library... no checking whether boost_python-py27 is the correct library... no checking whether boost_python-py27 is the correct library... (cached) no checking whether boost_python-py27 is the correct library... (cached) no checking whether boost_python-py35 is the correct library... no checking whether boost_python-py35 is the correct library... (cached) no checking whether boost_python-py35 is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python is the correct library... (cached) no checking whether boost_python3 is the correct library... no configure: error: No usable boost::python found
I have tried ./configure --with-python-boost=no but have obtained the same error ...
I have also added the config.log if that helps
Please follow the instructions provided in https://git.skewed.de/count0/graph-tool/wikis/installation-instructions#manu... and verify that you have all the dependencies installed. Optionally, install the provided ubuntu packages, which should be much easier. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Soumya Sarkar -
Tiago de Paula Peixoto