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
|
Source: pnetcdf
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
gfortran | fortran-compiler,
dh-fortran-mod,
mpi-default-dev,
libutf8proc-dev,
chrpath,
texlive-latex-base,
ghostscript
Standards-Version: 4.5.1
Homepage: https://trac.mcs.anl.gov/projects/parallel-netcdf
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: amd64 arm64 mips64el ppc64el s390x alpha ia64 sparc64 kfreebsd-amd64 ppc64 riscv64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlib:Depends}, libpnetcdf0d (= ${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: amd64 arm64 mips64el ppc64el s390x alpha ia64 sparc64 kfreebsd-amd64 ppc64 riscv64
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: libpnetcdf0d
Section: libs
Architecture: amd64 arm64 mips64el ppc64el s390x alpha ia64 sparc64 kfreebsd-amd64 ppc64 riscv64
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
|