aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
199 stars 68 forks source link

Fix for issue #22: only include Boost Python support if enabled by user. #23

Closed gavanderhoorn closed 9 years ago

gavanderhoorn commented 9 years ago

As per subject.

aewallin commented 9 years ago

thanks for noticing and fixing this.

aewallin commented 9 years ago

I just pushed an alternative fix that does not use #defines and #ifdefs, similar to the subclass python wrappers previously. can you test if this builds ok without boost-python for you? thanks!

gavanderhoorn commented 9 years ago

Seems to work, yes. Thanks for merging.