
* Permit to enable/disable bootstrapping and customize store location This PR adds configuration handles to allow enabling and disabling bootstrapping, and to customize the store location. * Move bootstrap related configuration into its own YAML file * Add a bootstrap command to manage configuration
8 lines
294 B
YAML
8 lines
294 B
YAML
bootstrap:
|
|
# If set to false Spack will not bootstrap missing software,
|
|
# but will instead raise an error.
|
|
enable: true
|
|
# Root directory for bootstrapping work. The software bootstrapped
|
|
# by Spack is installed in a "store" subfolder of this root directory
|
|
root: ~/.spack/bootstrap
|