On 06.10.2014 18:45, Smith, Steven - 1004 - MITLL wrote: > One more mishap — how to I tell the graph_tool python package where the boost > libraries reside? Here’s what happens on import:
You should not tell graph-tool itself, but rather the linker
library. This is done via the LD_LIBRARY_PATH environment variable,
which must include the directories to be search. In your case, before
you start the python interpreter, you should do
export LD_LIBRARY_PATH="/usr/local/boost_1_56_0/stage/lib/"
Best
Tiago
--
Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
