macOS
brew install flannlocal Homebrew formula metadata
sudo port install flannMacPorts ports tree · science/flann/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de flann pour les workflows d'agents IA.
installation
brew install flannlocal Homebrew formula metadata
sudo port install flannMacPorts ports tree · science/flann/Portfile · Source: api.github.com
sudo apk add flannAlpine Linux edge package indexes · flann · Source: dl-cdn.alpinelinux.org
sudo dnf install flannFedora Rawhide package metadata · flann · Source: dl.fedoraproject.org
nix profile install nixpkgs#flannnixpkgs package indexes · pkgs/by-name/fl/flann/package.nix · Source: api.github.com
sudo pacman -S flannArch Linux sync databases · flann · Source: geo.mirror.pkgbuild.com
sudo apt install flann-docDebian stable package indexes · flann-doc · Source: deb.debian.org
sudo zypper install flann-developenSUSE Tumbleweed package metadata · flann-devel · Source: download.opensuse.org
aperçu
Fast Library for Approximate Nearest Neighbors
historique
FLANN, the Fast Library for Approximate Nearest Neighbors, is a C++ library for fast approximate nearest-neighbor search in high-dimensional spaces. Its README describes both a collection of nearest-neighbor algorithms and automatic selection of an algorithm and parameters for a given dataset.
The public repository history begins in 2007, and the project was documented academically in the 2009 Muja and Lowe VISAPP paper on automatic algorithm configuration for approximate nearest neighbors. The project later exposed C, MATLAB, Python, and Ruby bindings around the C++ implementation, making the research code useful as a packaged native library rather than only as an experiment.
FLANN became a common dependency in scientific, machine-learning, and computer-vision packaging because it provides a reusable native nearest-neighbor engine with bindings. Homebrew packages it as a formula, while the official README points users to release archives and source checkout for development.
Users bring FLANN into applications that need approximate nearest-neighbor lookup over feature vectors or other high-dimensional data. The bundled package executables are examples; the main package value is the library and its language bindings.
FLANN is package-nerd interesting because it is classic research software that became infrastructure: a C++ core, language bindings, release archives, example binaries, and packaging concerns around native builds rather than a single end-user CLI.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
flann_example_c | cli | exécutable global | |
flann_example_cpp | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/flann-lib/flann
métadonnées d'installation
| Clé du paquet | brew:flann |
|---|---|
| Version | 1.9.2 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/flann |
| Page d'accueil | https://github.com/flann-lib/flann |
| Dépôt | https://github.com/flann-lib/flann |
| Docs amont | https://github.com/flann-lib/flann#readme |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/flann-lib/flann/archive/refs/tags/1.9.2.tar.gz |
| Dépendances | hdf5, lz4 |
| Dépendances de compilation | cmake, pkgconf |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flann |
| Version Scheme | 0 |
| Revision | 4 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
flann-doc 1.9.2+dfsg-2
Fast Library for Approximate Nearest Neighbors - documentation
http://www.cs.ubc.ca/research/flann/
sudo apt install flann-doclibflann-dev 1.9.2+dfsg-2+b2
Fast Library for Approximate Nearest Neighbors - development
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann-devlibflann1.9 1.9.2+dfsg-2+b2
Fast Library for Approximate Nearest Neighbors - runtime
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann1.9flann
nix profile install nixpkgs#flannflann-doc 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - documentation
http://www.cs.ubc.ca/research/flann/
sudo apt install flann-doclibflann-dev 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - development
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann-devlibflann1.9 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - runtime
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann1.9flann 1.9.2-r1
Fast Library for Approximate Nearest Neighbors
https://github.com/flann-lib/flann
sudo apk add flannflann-dev 1.9.2-r1
Fast Library for Approximate Nearest Neighbors (development files)
https://github.com/flann-lib/flann
sudo apk add flann-devflann-doc 1.9.2-r1
Fast Library for Approximate Nearest Neighbors (documentation)
https://github.com/flann-lib/flann
sudo apk add flann-docflann 1.9.2-16.fc45
Fast Library for Approximate Nearest Neighbors
http://www.cs.ubc.ca/research/flann
sudo dnf install flannflann-devel 1.9.2-16.fc45
Development headers and libraries for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install flann-develflann-static 1.9.2-16.fc45
Static libraries for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install flann-staticpython3-flann 1.9.2-16.fc45
Python bindings for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install python3-flannflann 1.9.2-7
A library for performing fast approximate nearest neighbor searches in high dimensional spaces
https://github.com/flann-lib/flann
sudo pacman -S flannflann-devel 1.9.2-3.10
Development files for flann
https://www.cs.ubc.ca/research/flann/
sudo zypper install flann-develpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.