File: control

package info (click to toggle)
flann 1.9.1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,216 kB
  • sloc: cpp: 11,724; ansic: 3,723; python: 1,005; ruby: 419; makefile: 27; sh: 5
file content (62 lines) | stat: -rw-r--r-- 2,630 bytes parent folder | download
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
59
60
61
62
Source: flann
Section: libs
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Michael Kleiber <mike@kleibi.de>,
	   Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: cmake,
               debhelper-compat (= 12),
               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,
Build-Depends-Indep: latex2html, texlive-binaries, texlive-latex-base
Standards-Version: 4.4.1
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

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: Fast Library for Approximate Nearest Neighbors - development
 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.
 .
 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: Fast Library for Approximate Nearest Neighbors - runtime
 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.
 .
 This package contains the libraries needed to run FLANN applications.

Package: flann-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: Fast Library for Approximate Nearest Neighbors - documentation
 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.
 .
 This package contains the documentation for FLANN.