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: opa-ff
Section: admin
Priority: optional
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Roland Fehrenbacher <rfehren@debian.org>,
Brian T. Smith <bsmith@systemfabricworks.com>,
Build-Depends: debhelper (>= 12),
ibacm,
libexpat1-dev,
libibmad-dev,
libibumad-dev,
libibverbs-dev,
libncurses5-dev,
libssl-dev,
pkg-config,
tcl-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/intel/opa-ff
Vcs-Git: https://salsa.debian.org/hpc-team/opa-ff.git
Vcs-Browser: https://salsa.debian.org/hpc-team/opa-ff
Package: libopamgt-dev
Section: libdevel
Architecture: amd64
Depends: libopamgt0 (= ${binary:Version}),
${misc:Depends},
Description: Development files for libopamgt0
libopamgt is the library necessary to build applications that interface with
an Omni-Path fabric manager.
.
This package is needed to compile programs against libopamgt0.
It contains the header files and links needed for compiling.
Package: libopamgt0
Section: libs
Architecture: amd64
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Omni-Path fabric management API library
libopamgt is the library necessary to build applications that interface with
an Omni-Path fabric manager.
.
This package contains the shared libraries.
Package: libopasadb-dev
Section: libdevel
Architecture: amd64
Depends: libopasadb1 (= ${binary:Version}),
${misc:Depends},
Description: Development files for libopasadb1
libopasadb is a library for easy access to the Omni-Path shared memory SA
cache exported by the ibacm distributed SA provider (dsap).
.
This package is needed to compile programs against libopasadb1.
It contains the header files and links needed for compiling.
Package: libopasadb1
Section: libs
Architecture: amd64
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Omni-Path dsap API library
libopasadb is a library for easy access to the Omni-Path shared memory SA
cache exported by the ibacm distributed SA provider (dsap).
.
This package contains the shared libraries.
Package: opa-address-resolution
Pre-Depends: ${misc:Pre-Depends},
Architecture: amd64
Depends: ibacm,
libopasadb1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Omni-Path fabric address resolution manager
This package contains the ibacm distributed SA provider (dsap) for name and
address resolution on an Intel(R) Omni-Path Architecture platform.
It also contains tools to access the shared memory database exported by dsap.
Package: opa-basic-tools
Architecture: amd64
Depends: bc,
linux-cpupower,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Breaks: opa-fastfabric (<< 10.9.3.1.1-2),
Replaces: opa-fastfabric (<< 10.9.3.1.1-2),
Description: Tools to manage an Omni-Path Architecture fabric
This package contains basic tools for the management of an Intel(R)
Omni-Path Architecture fabric.
Package: opa-fastfabric
Architecture: amd64
Depends: expect,
opa-basic-tools (= ${binary:Version}),
tcl,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: Management node tools for an Omni-Path Architecture fabric
This package contains tools for the management of an Intel(R)
Omni-Path Architecture fabric on a management node.
|