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
|
Source: prrte
Section: net
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
architecture-is-64-bit,
chrpath,
flex,
bison,
libpmix-dev (>= 6.0.1-1~),
libpmix-bin (>= 6.0.1-1~),
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-recommonmark,
libjs-jquery,
libevent-dev,
libltdl-dev,
libmunge-dev [ !hurd-any]
Standards-Version: 4.7.3
Homepage: https://github.com/pmix/prrte
Vcs-Browser: https://salsa.debian.org/science-team/prrte
Vcs-Git: https://salsa.debian.org/science-team/prrte.git -b debian/latest
Package: libprrte-dev
Section: libdevel
Architecture: any
Breaks: libopenmpi-dev (<< 5.0.9-5)
Replaces: libopenmpi-dev (<< 5.0.9-5)
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libprrte3 (= ${binary:Version}),
libjs-jquery
Description: Development files for the PRRTE library
This is the PMix Reference Run Time Environment library. PMIX is the
Process Management Interface (Exascale) library, a component of OpenMPI.
This package contains the development files, headers and static library.
Package: libprrte3
Section: libs
Architecture: any
Breaks: libopenmpi40 (<< 5.0.9-5)
Replaces: libopenmpi40 (<< 5.0.9-5)
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PMix Reference Run Time Environment - Library
This is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale (PMix) Reference Run Time Environment.
Package: libprrte-bin
Depends: ${misc:Depends}, ${shlibs:Depends}, libprrte3 (= ${binary:Version})
Architecture: any
Breaks: openmpi-bin (<< 5.0.9-5)
Replaces: openmpi-bin (<< 5.0.9-5)
Multi-Arch: foreign
Recommends: libpmix-dev
Description: PMix Reference Run Time Environment - Tools
PMIX is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. This package provides utilities for working with PMix
Reference Run Time Environment.
|