plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

explicitly register boost shared ptr #285

Closed v4hn closed 8 years ago

v4hn commented 8 years ago

This is required with boost 1.60, otherwise the python module fails to load at run-time.

vrabaud commented 8 years ago

Thx !