wildart / FLANN.jl

A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)
Other
16 stars 14 forks source link

FLANN 1.9.1 #13

Closed schmrlng closed 7 years ago

schmrlng commented 7 years ago

It looks like the FLANN source is up to version 1.9.1 (https://github.com/mariusmuja/flann/releases) which notably incorporates some additional C bindings related to incremental index building (https://github.com/mariusmuja/flann/commit/0aa107c2774ca1b231e72cdf1631fa5b4236a577) over FLANN 1.8.4.

It looks like these latest updates may not have hit all of the package managers out there (apt-cache search flann shows libflann1.8 as the latest release version); do you have objections against building from source in all cases?