notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q4
flann Library for fast nearest neighbor searches in high dimensional spaces
1.9.2_3 math on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.9.2_3Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-12-30 19:45:42
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
License: BSD3CLAUSE
WWW:
https://www.cs.ubc.ca/research/flann/
Description:
FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset. FLANN is written in C++ and contains bindings for the following languages: C, MATLAB and Python.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (66 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/flann-1.9.2_3/catalog.mk
  3. /usr/local/share/licenses/flann-1.9.2_3/LICENSE
  4. /usr/local/share/licenses/flann-1.9.2_3/BSD3CLAUSE
  5. include/flann/algorithms/all_indices.h
  6. include/flann/algorithms/autotuned_index.h
  7. include/flann/algorithms/center_chooser.h
  8. include/flann/algorithms/composite_index.h
  9. include/flann/algorithms/dist.h
  10. include/flann/algorithms/hierarchical_clustering_index.h
  11. include/flann/algorithms/kdtree_cuda_3d_index.h
  12. include/flann/algorithms/kdtree_cuda_builder.h
  13. include/flann/algorithms/kdtree_index.h
  14. include/flann/algorithms/kdtree_single_index.h
  15. include/flann/algorithms/kmeans_index.h
  16. include/flann/algorithms/linear_index.h
  17. include/flann/algorithms/lsh_index.h
  18. include/flann/algorithms/nn_index.h
  19. include/flann/config.h
  20. include/flann/defines.h
  21. include/flann/flann.h
  22. include/flann/flann.hpp
  23. include/flann/general.h
  24. include/flann/io/hdf5.h
  25. include/flann/mpi/client.h
  26. include/flann/mpi/index.h
  27. include/flann/mpi/matrix.h
  28. include/flann/mpi/queries.h
  29. include/flann/mpi/server.h
  30. include/flann/nn/ground_truth.h
  31. include/flann/nn/index_testing.h
  32. include/flann/nn/simplex_downhill.h
  33. include/flann/util/allocator.h
  34. include/flann/util/any.h
  35. include/flann/util/cuda/heap.h
  36. include/flann/util/cuda/result_set.h
  37. include/flann/util/cutil_math.h
  38. include/flann/util/dynamic_bitset.h
  39. include/flann/util/heap.h
  40. include/flann/util/logger.h
  41. include/flann/util/lsh_table.h
  42. include/flann/util/matrix.h
  43. include/flann/util/object_factory.h
  44. include/flann/util/params.h
  45. include/flann/util/random.h
  46. include/flann/util/result_set.h
  47. include/flann/util/sampling.h
  48. include/flann/util/saving.h
  49. include/flann/util/serialization.h
  50. include/flann/util/timer.h
  51. lib/cmake/flann/flann-config-version.cmake
  52. lib/cmake/flann/flann-config.cmake
  53. lib/cmake/flann/flann-targets-release.cmake
  54. lib/cmake/flann/flann-targets.cmake
  55. lib/libflann.so
  56. lib/libflann.so.1.9
  57. lib/libflann.so.1.9.2
  58. lib/libflann_cpp.so
  59. lib/libflann_cpp.so.1.9
  60. lib/libflann_cpp.so.1.9.2
  61. lib/libflann_cpp_s.a
  62. lib/libflann_s.a
  63. libdata/pkgconfig/flann.pc
  64. @owner
  65. @group
  66. @mode
Collapse this list.
Dependency lines:
  • flann>0:math/flann
To install the port:
cd /usr/ports/math/flann/ && make install clean
To add the package, run one of these commands:
  • pkg install math/flann
  • pkg install flann
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: flann
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1653444972 SHA256 (tkircher-flann-1.9.2_GH0.tar.gz) = e26829bb0017f317d9cc45ab83ddcb8b16d75ada1ae07157006c1e7d601c8824 SIZE (tkircher-flann-1.9.2_GH0.tar.gz) = 34641759

Packages (timestamps in pop-ups are UTC):
flann
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.2_31.9.2_31.9.1.29_11.9.2_31.9.2_3-1.9.1.29_1-
FreeBSD:13:quarterly1.9.2_31.9.2_3-1.9.2_31.9.2_3-1.9.2_31.9.2_3
FreeBSD:14:latest1.9.2_31.9.2_3-1.9.2_31.9.2_3---
FreeBSD:14:quarterly1.9.2_31.9.2_3-1.9.2_31.9.2_3-1.9.2_31.9.2_3
FreeBSD:15:latest1.9.2_31.9.2_3n/a1.9.2_3n/a-1.9.2_31.9.2_3
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libhdf5.so : science/hdf5
  2. liblz4.so : archivers/liblz4
  3. libsz.so : science/libaec
This port is required by:
for Libraries
  1. graphics/cloudcompare
  2. graphics/colmap
  3. graphics/hugin
  4. graphics/pcl-pointclouds
  5. misc/dartsim
  6. misc/ompl
  7. misc/openmvg
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. misc/visp
  3. Collapse this list.

Configuration Options:
No options to configure
Options name:
math_flann
USES:
cmake compiler:c++11-lang localbase:ldflags pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tkircher/flann/tar.gz/1.9.2?dummy=/
Collapse this list.

There are no commits on branch 2024Q4 for this port