1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: flann
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Jochen Sprickerhof <jspricke@debian.org>,
Build-Depends: cmake,
debhelper-compat (= 13),
pkg-config,
libboost-dev,
libboost-mpi-dev,
libboost-system-dev,
libboost-serialization-dev,
libboost-thread-dev,
libgtest-dev,
libhdf5-mpi-dev,
liblz4-dev,
mpi-default-dev,
latex2html, texlive-binaries, texlive-latex-base
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://www.cs.ubc.ca/research/flann/
Vcs-Browser: https://salsa.debian.org/science-team/flann
Vcs-Git: https://salsa.debian.org/science-team/flann.git
Description: Fast Library for Approximate Nearest Neighbors
FLANN is a library for performing fast approximate nearest neighbor searches
in high dimensional spaces. It contains a collection of algorithms found
to work best for nearest neighbor search and a system for automatically
choosing the best algorithm and optimum parameters depending on the dataset.
Package: libflann-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libflann1.9 (= ${binary:Version}), ${misc:Depends}, libboost-dev, libhdf5-mpi-dev, liblz4-dev,
Description: ${source:Synopsis} - development
${source:Extended-Description}
.
This package contains development files needed to build FLANN applications.
Package: libflann1.9
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: ${source:Synopsis} - runtime
${source:Extended-Description}
.
This package contains the libraries needed to run FLANN applications.
Package: flann-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: ${source:Synopsis} - documentation
${source:Extended-Description}
.
This package contains the documentation for FLANN.
|