File: control

package info (click to toggle)
opengm 2.3.6%2B20160905-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,356 kB
  • ctags: 15,274
  • sloc: cpp: 28,636; python: 4,390; sh: 649; makefile: 48; ansic: 15
file content (117 lines) | stat: -rw-r--r-- 4,769 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Source: opengm
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper (>= 9),
               dh-python,
               libboost-dev,
               libboost-graph-dev,
               libboost-python-dev,
               libhdf5-dev,
               python,
               python-nose,
               python-numpy
Build-Depends-Indep: doxygen,
                     graphviz,
                     python-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/opengm.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/opengm.git
Homepage: http://hci.iwr.uni-heidelberg.de/opengm2/
X-Python-Version: >= 2.6

Package: libopengm-bin
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: command line tools for OpenGM
 OpenGM is a C++ template library for discrete factor graph models and
 distributive operations on these models.
 .
 It includes state-of-the-art optimization and inference algorithms beyond
 message passing. OpenGM handles large models efficiently, is modular and
 extendible. The graphical model data structure, inference algorithms and
 different encodings of functions inter-operate through well-defined
 interfaces. The binary OpenGM file format is based on the HDF5 standard and
 incorporates user extensions automatically.
 .
 This package contains the commandline interface to the OpenGM library.

Package: libopengm-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends}
Suggests: libopengm-doc
Description: C++ template library for discrete factor graph models
 OpenGM is a C++ template library for discrete factor graph models and
 distributive operations on these models.
 .
 It includes state-of-the-art optimization and inference algorithms beyond
 message passing. OpenGM handles large models efficiently, is modular and
 extendible. The graphical model data structure, inference algorithms and
 different encodings of functions inter-operate through well-defined
 interfaces. The binary OpenGM file format is based on the HDF5 standard and
 incorporates user extensions automatically.
 .
 This package contains the development headers for the OpenGM library.

Package: libopengm-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libjs-jquery
Description: documentation and examples for OpenGM
 OpenGM is a C++ template library for discrete factor graph models and
 distributive operations on these models.
 .
 It includes state-of-the-art optimization and inference algorithms beyond
 message passing. OpenGM handles large models efficiently, is modular and
 extendible. The graphical model data structure, inference algorithms and
 different encodings of functions inter-operate through well-defined
 interfaces. The binary OpenGM file format is based on the HDF5 standard and
 incorporates user extensions automatically.
 .
 This package contains the API documentation and example source code for the
 OpenGM library.

Package: python-opengm
Architecture: any
Multi-Arch: same
Section: python
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Suggests: python-opengm-doc
Description: Python interface to OpenGM
 OpenGM is a C++ template library for discrete factor graph models and
 distributive operations on these models.
 .
 It includes state-of-the-art optimization and inference algorithms beyond
 message passing. OpenGM handles large models efficiently, is modular and
 extendible. The graphical model data structure, inference algorithms and
 different encodings of functions inter-operate through well-defined
 interfaces. The binary OpenGM file format is based on the HDF5 standard and
 incorporates user extensions automatically.
 .
 This package contains the Python interface to the OpenGM library.

Package: python-opengm-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: documentation for the Python interface to OpenGM
 OpenGM is a C++ template library for discrete factor graph models and
 distributive operations on these models.
 .
 It includes state-of-the-art optimization and inference algorithms beyond
 message passing. OpenGM handles large models efficiently, is modular and
 extendible. The graphical model data structure, inference algorithms and
 different encodings of functions inter-operate through well-defined
 interfaces. The binary OpenGM file format is based on the HDF5 standard and
 incorporates user extensions automatically.
 .
 This package contains the documentation for the Python interface to the
 OpenGM library.