File: control

package info (click to toggle)
flann 1.9.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 81,724 kB
  • sloc: cpp: 13,643; python: 1,046; ruby: 419; ansic: 87; makefile: 21; sh: 5
file content (71 lines) | stat: -rw-r--r-- 1,947 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
63
64
65
66
67
68
69
70
71
Source: flann
Section: libs
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
 Jochen Sprickerhof <jspricke@debian.org>,
 Timo Röhling <roehling@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 latex2html,
 libboost-dev,
 libboost-mpi-dev,
 libboost-serialization-dev,
 libboost-thread-dev,
 libgtest-dev,
 libhdf5-mpi-dev,
 liblz4-dev,
 mpi-default-dev,
 pkgconf,
 texlive-binaries,
 texlive-latex-base,
Standards-Version: 4.7.3
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:
 libboost-dev,
 libflann1.9 (= ${binary:Version}),
 libhdf5-mpi-dev,
 liblz4-dev,
 ${misc:Depends},
Description: ${source:Synopsis} - development
 ${source:Extended-Description}
 .
 This package contains development files needed to build 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.

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.