FLANN.jl icon indicating copy to clipboard operation
FLANN.jl copied to clipboard

A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)

Results 3 FLANN.jl issues
Sort by recently updated
recently updated
newest added

This should remedy #25 and #26 Also: * Bumped min. Julia version for CI to 1.3 (required for using JLL). * Added CI for Julia 1.6 (LTS). * Enabled CI...

Hi, I'm trying to build flann but i am encountering some problems: ``` (@v1.6) pkg> build FLANN Building FLANN → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/5e69a6f74abee6660ad11458f7eea5817604ef44/build.log` ERROR: Error building `FLANN`: patching file src/flann-1.9.1/src/cpp/CMakeLists.txt Reversed (or...

Hello, I am trying to install FLANN on a `Windows 10` machine but I encounter some issues. `build.log` ``` Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an...

enhancement