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
|
Source: cubew
Priority: optional
Section: libs
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders:
Andreas Beckmann <anbe@debian.org>,
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Arch:
libz-dev,
pkg-config,
Build-Depends-Indep:
doxygen-latex,
texlive-fonts-extra,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://www.scalasca.org/software/cube-4.x/download.html
Vcs-Browser: https://salsa.debian.org/hpc-team/cubew
Vcs-Git: https://salsa.debian.org/hpc-team/cubew.git
Package: libcubew-dev
Section: libdevel
Architecture: any
Depends:
libcube4w7 (= ${binary:Version}),
libz-dev,
${shlibs:Depends}, ${misc:Depends}
Description: CUBE high-performance writer library (development files)
CUBE (CUBE Uniform Behavioral Encoding) is a data model suitable
for handling a wide variety of performance data for parallel programs
including MPI and OpenMP applications.
.
This package contains the development files for the high-performance CUBE
writer library with a C API.
Package: libcube4w7
Architecture: any
Depends:
${shlibs:Depends}, ${misc:Depends}
Description: CUBE high-performance writer library (runtime library)
CUBE (CUBE Uniform Behavioral Encoding) is a data model suitable
for handling a wide variety of performance data for parallel programs
including MPI and OpenMP applications.
.
This package contains the runtime library for the high-performance CUBE
writer library with a C API.
Package: libcubew-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: CUBE high-performance writer library (documentation)
CUBE (CUBE Uniform Behavioral Encoding) is a data model suitable
for handling a wide variety of performance data for parallel programs
including MPI and OpenMP applications.
.
This package contains the documentation for the high-performance CUBE
writer library with a C API.
|