File: control

package info (click to toggle)
glgrib 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,861,476 kB
  • sloc: cpp: 20,811; ansic: 6,530; perl: 2,902; sh: 513; makefile: 147; python: 58; sql: 18
file content (220 lines) | stat: -rw-r--r-- 7,437 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
Source: glgrib
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-python,
               libcurl4-openssl-dev,
               libeccodes-dev,
               libegl-dev,
               libglew-dev,
               libglfw3-dev,
               libglm-dev,
               libnetcdf-c++4-dev,
               libreadline-dev,
               libshp-dev,
               libsqlite3-dev,
               libssl-dev,
               libxrandr-dev,
               libgbm-dev,
               python3-dev,
               python3-setuptools,
               python3-pip,
               libimage-magick-perl,
               libdbi-perl,
               libjson-perl,
               libdbd-sqlite3-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/glgrib
Vcs-Git: https://salsa.debian.org/science-team/glgrib.git
Homepage: https://github.com/pmarguinaud/glgrib
Rules-Requires-Root: no

Package: glgrib-glfw
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libglgrib-glfw0,
         glgrib-shaders,
         glgrib-data,
         liblfi0
Description: Interactive display for geophysical fields encoded in GRIB2
 This is the interactive executable, based on GLFW.
 Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale,
 coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for
 interactive display, EGL backend for batch processing without X11 display.
 Perl/Tk interface.
 Tested on :
  - VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core
 Processor Integrated Graphics Controller (rev 06)
  - VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
  - VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani
 [Radeon R5/R6/R7 Graphics] (rev c8)
  - 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1)

Package: glgrib-egl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libglgrib-egl0,
         glgrib-shaders,
         glgrib-data,
         liblfi0
Description: Render geophysical fields encoded in GRIB edition 2 using OpenGL
 This is the headless executable, based on EGL.
 Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale,
 coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for
 interactive display, EGL backend for batch processing without X11 display.
 Perl/Tk interface.
 Tested on :
  - VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core
 Processor Integrated Graphics Controller (rev 06)
  - VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
  - VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani
 [Radeon R5/R6/R7 Graphics] (rev c8)
  - 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1)

Package: libglgrib-headers
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Multi-Arch: same
Description: Display GRIB2 fields using OpenGL (headers for glgrib)
 This package contains the headers for building applications based on the
 glgrib libraries.

Package: libglgrib-glfw0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         liblfi0 (= ${binary:Version})
Description: Display GRIB2 fields using OpenGL (GLFW based shared library)
 This package contains the shared library for the interactive glgrib (based
 on GLFW).

Package: libglgrib-glfw-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libglgrib-glfw0 (= ${binary:Version}),
         libglgrib-headers
Description: Display GRIB2 fields using OpenGL (GLFW based dev package)
 This package contains the unversioned shared library symlink for development
 purposes, concerning the interactive glgrib (based on GLFW).

Package: libglgrib-egl0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         liblfi0 (= ${binary:Version})
Description: Display GRIB2 fields using OpenGL (EGL based shared library)
 This package contains the shared library for the headless glgrib (based
 on EGL).

Package: libglgrib-egl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libglgrib-egl0 (= ${binary:Version}),
         libglgrib-headers
Description: Display GRIB2 fields using OpenGL (EGL based dev package)
 This package contains the unversioned shared library symlink for development
 purposes, concerning the headless glgrib (based on EGL).

Package: liblfi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: same
Description: Display GRIB2 fields using OpenGL (ancillary shared library)
 This package contains a small ancillary shared library used by glgrib
 (GLFW & EGL).

Package: liblfi-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         liblfi0 (= ${binary:Version})
Description: Display GRIB2 fields using OpenGL (ancillary dev package)
 Small ancillary library used by glgrib (GLFW & EGL): this package contains the
 headers and the development files.

Package: glgrib-shaders
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Display GRIB2 fields using OpenGL (shaders for glgrib)
 This package contains the OpenGL shaders used by glgrib, in its GLFW & EGL
 flavours.

Package: glgrib-data
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Display GRIB2 fields using OpenGL (data for glgrib)
 This package contains the runtime data for glgrib, which are coastlines and
 landscapes.

Package: glgrib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Display GRIB2 fields using OpenGL (glgrib documentation)
 This is the documentation (in markdown format) for glgrib: pictures and
 examples.

Package: glgrib-testdata
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Display GRIB2 fields using OpenGL (test data for glgrib)
 This package contains mostly GRIB2 files used to create glgrib examples and
 tests.

Package: libglgrib-glfw-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends},
         perl,
         libglgrib-glfw0,
         glgrib-shaders,
         glgrib-data
Description: Display GRIB2 fields using OpenGL (glgrib Perl bindings)
 glGrib::glfw is a module providing full access to glgrib capabilities
 to the Perl interpreter.

Package: glgrib-tk
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         libglgrib-glfw-perl,
         perl-tk,
         libimage-magick-perl,
         libdbi-perl,
         libjson-perl,
         libdbd-sqlite3-perl
Description: Display GRIB2 fields using OpenGL (Perl/Tk interface)
 This package offers full access to glgrib capabilities through a Perl/Tk
 interface.

Package: python3-glgrib-glfw
Section: python
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         libglgrib-glfw0,
         glgrib-shaders,
         glgrib-data
Provides: ${python3:Provides}
Description: Display GRIB2 fields using OpenGL (glgrib Python3 bindings)
 glGrib.glfw is a module providing full access to glgrib capabilities
 to the Python interpreter.