Spack bootstrap.yaml
Spack package manager bootstrap.yaml config file
| Type | object |
|---|---|
| File match |
**/*spack/**/bootstrap.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/spack-bootstrap-yaml/latest.json |
| Source | https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/bootstrap.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
bootstrap
object
Configure how Spack bootstraps its own dependencies when needed
4 nested properties
enable
boolean
Enable or disable bootstrapping entirely
root
string
Where to install bootstrapped dependencies
sources
object[]
List of bootstrap sources tried in order. Each method may bootstrap different software depending on its type (e.g., pre-built binaries, source builds)
trusted
Record<string, boolean>
Controls which sources are enabled for automatic bootstrapping