Am 01.06.20 um 12:31 schrieb slitvinov:
It passes if I set extra flags ./configure --disable-cairo --disable-openmp --disable-sparsehash --prefix=/users/lisergey --with-boost=/users/lisergey --with-boost-libdir=/users/lisergey/lib --with-boost-python --with-cgal=/users/lisergey --with-python-module-path=/users/lisergey/lib/site-packages LIBS=-lboost_context -lboost_thread -lboost_regex -lboost_system LDFLAGS=-Wl,-rpath -Wl,/users/lisergey/lib -L/users/lisergey/lib
That is what you are supposed to do in these cases; configure cannot guess your custom locations. (But I believe "LIBS" is unnecessary.) It's all explained in the installation instructions: https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions#in... Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>