eddelbuettel / bh

R package providing Boost Header files
85 stars 33 forks source link

Add Boost Graph #9

Closed eddelbuettel closed 9 years ago

eddelbuettel commented 9 years ago

RcppStream also needs boost/graph/graphviz.hpp

Looking at http://www.boost.org/doc/libs/1_57_0/libs/graph/doc/index.html:

The Boost Graph Library is a header-only library and does not need to be built to be used. The only exceptions are the GraphViz input parser and the GraphML parser.

so we can probably do as we've done in Boost Date.Time and include the headers only.

eddelbuettel commented 9 years ago

Moreover, this picks up an old thread on the mailing list so it may be of wider interest.