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
|
Source: infiniband-diags
Section: net
Priority: extra
Maintainer: OFED and Debian Development and Discussion <pkg-ofed-devel@lists.alioth.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev,
libibumad-dev (>= 1.3.7), libibmad-dev (>= 1.3.12), libopensm-dev (>= 3.3.12),
libudev-dev, python-docutils
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ofed/infiniband-diags.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ofed/infiniband-diags.git
Homepage: https://www.openfabrics.org/downloads/management/
Package: infiniband-diags
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libibnetdisc5 (= ${binary:Version})
Description: InfiniBand diagnostic programs
InfiniBand is a switched fabric communications link used in
high-performance computing and enterprise data centers. Its features
include high throughput, low latency, quality of service and
failover, and it is designed to be scalable.
.
This package provides diagnostic programs and scripts needed to
diagnose an InfiniBand subnet.
Package: libibnetdisc5
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: InfiniBand diagnostics library
InfiniBand is a switched fabric communications link used in
high-performance computing and enterprise data centers. Its features
include high throughput, low latency, quality of service and
failover, and it is designed to be scalable.
.
This package provides libraries required by the InfiniBand
diagnostic programs.
Package: libibnetdisc-dev
Section: libdevel
Architecture: linux-any
Depends: libibnetdisc5 (= ${binary:Version}), ${misc:Depends}
Description: InfiniBand diagnostics library headers
InfiniBand is a switched fabric communications link used in
high-performance computing and enterprise data centers. Its features
include high throughput, low latency, quality of service and
failover, and it is designed to be scalable.
.
This package provides development files required to build
applications aginast the libibnetdisc5 InfiniBand diagnostic
libraries.
|