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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
Source: charliecloud
Section: admin
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders:
Lucas Nussbaum <lucas@debian.org>,
Peter Wienemann <wiene@debian.org>
Build-Depends:
autoconf-archive,
bash-completion,
debhelper-compat (= 13),
libcjson-dev,
libfuse3-dev,
libgc-dev,
libsquashfuse-dev,
pkgconf,
po-debconf,
python3-sphinx-rtd-theme
Standards-Version: 4.7.3
Homepage: https://hpc.github.io/charliecloud/
Vcs-Git: https://salsa.debian.org/hpc-team/charliecloud.git
Vcs-Browser: https://salsa.debian.org/hpc-team/charliecloud/tree/master
Package: charliecloud
Section: metapackages
Architecture: all
Depends:
charliecloud-builders (>= ${source:Version}),
charliecloud-builders (<< ${source:Version}.0~),
charliecloud-runtime (>= ${source:Version}),
charliecloud-runtime (<< ${source:Version}.0~),
${misc:Depends}
Description: user-defined software stacks (UDSS) for HPC centers (metapackage)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides runtime and builder packages for Charliecloud.
Package: charliecloud-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Replaces:
charliecloud (<< 0.16-1)
Breaks:
charliecloud (<< 0.16-1)
Description: user-defined software stacks (UDSS) for HPC centers (common files)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides common files for Charliecloud.
Package: charliecloud-builders
Architecture: linux-any
Multi-Arch: foreign
Depends:
charliecloud-common (= ${source:Version}),
python3,
python3-lark,
python3-requests,
squashfs-tools,
${misc:Depends}
Recommends:
git,
rsync
Suggests:
charliecloud-doc (= ${source:Version}),
charliecloud-runtime (= ${binary:Version}),
pigz,
pv
Replaces:
charliecloud (<< 0.16-1)
Breaks:
charliecloud (<< 0.16-1)
Description: user-defined software stacks (UDSS) for HPC centers (builders)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides image builders for Charliecloud.
Package: charliecloud-runtime
Architecture: linux-any
Depends:
charliecloud-common (= ${source:Version}),
python3,
squashfuse,
${misc:Depends},
${shlibs:Depends}
Suggests:
charliecloud-builders (= ${binary:Version}),
charliecloud-doc (= ${source:Version})
Replaces:
charliecloud (<< 0.16-1)
Breaks:
charliecloud (<< 0.16-1)
Description: user-defined software stacks (UDSS) for HPC centers (runtime tools)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides tools to run containers for Charliecloud.
Package: charliecloud-tests
Architecture: linux-any
Depends:
bats,
charliecloud-builders (= ${binary:Version}),
charliecloud-doc (= ${source:Version}),
charliecloud-runtime (= ${binary:Version}),
python3,
wget,
${misc:Depends},
${shlibs:Depends}
Suggests:
shellcheck,
sudo
Description: user-defined software stacks (UDSS) for HPC centers (test suite)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides a test suite for Charliecloud.
Package: charliecloud-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
libjs-sphinxdoc,
sphinx-rtd-theme-common,
${misc:Depends}
Description: user-defined software stacks (UDSS) for HPC centers (documentation)
Charliecloud provides user-defined software stacks (UDSS) (aka containers)
for high-performance computing (HPC) centers. This "bring your own software
stack" functionality addresses needs such as: software dependencies that are
numerous, complex, unusual, differently configured, or simply newer/older
than what the center provides; build-time requirements unavailable within
the center, such as relatively unfettered internet access; validated
software stacks and configuration to meet the standards of a particular
field of inquiry; portability of environments between resources, including
workstations and other test and development system not managed by the
center; consistent environments, even archivally so, that can be easily,
reliabily, and verifiably reproduced in the future; and/or usability and
comprehensibility.
.
This package provides documentation files for Charliecloud.
|