
Stefan Seefeld wrote:
In particular, what is boost.mpi doing there
From a quick search through the headers:
The file \libs\python\src\object\inheritance.cpp includes some Graph headers. Some other Graph headers include mpi stuff (for 'Parallel BGL' functionality). So it might just be that it's pulling in the whole of both libs, even if you don't actually need that functionality. I imagine that some of the other deps are the same. Also, the generated source tree includes the python regression tests as well as it's source, which i guess then causes the source for Test (and anything it depends on) to be included as well. -- View this message in context: http://old.nabble.com/The-boost-component-dependencies-blues-tp26758037p2675... Sent from the Boost - Dev mailing list archive at Nabble.com.