File: control

package info (click to toggle)
pnetcdf 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 30,800 kB
  • sloc: ansic: 91,134; f90: 10,716; fortran: 9,297; cpp: 8,874; sh: 6,115; makefile: 3,136; perl: 2,833; yacc: 1,227; lex: 216
file content (68 lines) | stat: -rw-r--r-- 2,635 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
Source: pnetcdf
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
 architecture-is-64-bit,
 gfortran | fortran-compiler,
 dh-sequence-fortran-mod,
 mpi-default-dev, 
 libutf8proc-dev,
 chrpath,
 texlive-latex-base,
 ghostscript
Standards-Version: 4.7.0
Homepage: https://parallel-netcdf.github.io/
Vcs-Browser: https://salsa.debian.org/science-team/pnetcdf.git
Vcs-Git: https://salsa.debian.org/science-team/pnetcdf.git -b debian/latest

Package: libpnetcdf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlib:Depends}, libpnetcdf6 (= ${binary:Version} )
Description: Development files for the parallel netCDF library
 PnetCDF is a library providing high-performance parallel I/O while still
 maintaining file-format compatibility with  Unidata's NetCDF,
 specifically the formats of CDF-1 and CDF-2.
 Although NetCDF supports parallel I/O starting from version 4, the files
 must be in HDF5 format. PnetCDF is currently the only choice for carrying
 out parallel I/O on files that are in classic formats (CDF-1 and 2).
 .
 In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2,
 that supports more data types and allows users to define large dimensions,
 attributes, and variables (>2B elements).


Package: pnetcdf-bin
Depends: ${shlibs:Depends},
         ${misc:Depends}
Architecture: any
Description: Programs for reading and writing parallel NetCDF files
 Contains tools for working on netCDF files in parallel.
 .
 PnetCDF provides high-performance parallel I/O while still
 maintaining file-format compatibility with  Unidata's NetCDF,
 specifically the formats of CDF-1 and CDF-2.
 .
 In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2,
 that supports more data types and allows users to define large dimensions,
 attributes, and variables (>2B elements).

Package: libpnetcdf6
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Libraryfor reading and writing parallel NetCDF files
 PnetCDF provides high-performance parallel I/O while still
 maintaining file-format compatibility with  Unidata's NetCDF,
 specifically the formats of CDF-1 and CDF-2.
 .
 In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2,
 that supports more data types and allows users to define large dimensions,
 attributes, and variables (>2B elements).
 .
 This package provides the static library libpnetcdf.a