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
  
     | 
    
      Source: netcdf-parallel
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake (>= 3.6.1),
               dpkg-dev (>= 1.22.5),
               chrpath,
               m4,
               doxygen,
               graphviz,
               libjs-jquery,
               libaec-dev,
	       libzip-dev,
 	       libhdf5-mpi-dev (>=  1.10.7+repack-4),
               libblosc-dev,
               libbz2-dev,
               libxml2-dev,
               libcurl4-gnutls-dev | libcurl-ssl-dev,
               libpnetcdf-dev  [amd64 arm64 loong64 mips64el ppc64el s390x alpha sparc64 ppc64 riscv64]
Build-Conflicts: libhdf5-dev, hdf5-helpers
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/mckinstry/netcdf-parallel
Vcs-Git: https://salsa.debian.org/mckinstry/netcdf-parallel.git -b dev-coinstallable
Homepage: http://www.unidata.ucar.edu/software/netcdf/
Rules-Requires-Root: no
Package: libnetcdf-mpi-22
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libblosc-dev
Provides: ${:Provides}
Breaks: libnetcdf-mpi-22 (<< ${source:Version})
Replaces: libnetcdf-mpi-22
Description: Interface for scientific data access to large binary data
 NetCDF (network Common Data Form) is an interface for scientific
 data access and a freely-distributed software library that provides an
 implementation of the interface.  The netCDF library also defines a
 machine-independent format for representing scientific data.
 Together, the interface, library, and format support the creation,
 access, and sharing of scientific data.
 .
 This package contains the C run-time shared libraries required
 by programs.
Package: libnetcdf-pnetcdf-22
Section: libs
Architecture:  amd64 arm64 loong64 mips64el ppc64el s390x alpha sparc64 ppc64 riscv64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${:Provides}
Breaks: libnetcdf-pnetcdf-22 (<< ${source:Version})
Replaces: libnetcdf-pnetcdf-22	
Description: Interface for scientific data access to large binary data
 NetCDF (network Common Data Form) is an interface for scientific
 data access and a freely-distributed software library that provides an
 implementation of the interface.  The netCDF library also defines a
 machine-independent format for representing scientific data.
 Together, the interface, library, and format support the creation,
 access, and sharing of scientific data.
 .
 This package contains the C run-time shared libraries required
 by programs.
Package: libnetcdf-mpi-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libnetcdf-mpi-22 (= ${binary:Version}),
         ${misc:Depends},
	 libhdf5-mpi-dev,
         pkgconf
Suggests: netcdf-bin, netcdf-doc
Description: creation, access, and sharing of array-oriented scientific data
 NetCDF (network Common Data Form) is a set of interfaces for array-oriented
 data access and a freely distributed collection of data access libraries for
 C, Fortran, C++, Java, and other languages. The netCDF libraries support a
 machine-independent format for representing scientific data. Together, the
 interfaces, libraries, and format support the creation, access, and sharing of
 scientific data.
 .
 This package provides headers.
Package: libnetcdf-pnetcdf-dev
Architecture:  amd64 arm64 loong64 mips64el ppc64el s390x alpha sparc64 ppc64 riscv64
Multi-Arch: same
Section: libdevel
Depends: libnetcdf-pnetcdf-22 (= ${binary:Version}),
         ${misc:Depends},
         pkgconf
Breaks: libnetcdf-pnetcdf-22 (<< ${source:Version})
Replaces: libnetcdf-pnetcdf-22
Suggests: netcdf-bin, netcdf-doc
Description: creation, access, and sharing of array-oriented scientific data
 NetCDF (network Common Data Form) is a set of interfaces for array-oriented
 data access and a freely distributed collection of data access libraries for
 C, Fortran, C++, Java, and other languages. The netCDF libraries support a
 machine-independent format for representing scientific data. Together, the
 interfaces, libraries, and format support the creation, access, and sharing of
 scientific data.
 .
 This package provides headers.
 
     |