From 3228c35df69519632699004dc1e0cafd37d216ac Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 13 Jul 2021 01:00:37 +0200 Subject: Enable/disable bootstrapping and customize store location (#23677) * 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 --- etc/spack/defaults/bootstrap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/spack/defaults/bootstrap.yaml (limited to 'etc') diff --git a/etc/spack/defaults/bootstrap.yaml b/etc/spack/defaults/bootstrap.yaml new file mode 100644 index 0000000000..78bb43f4b1 --- /dev/null +++ b/etc/spack/defaults/bootstrap.yaml @@ -0,0 +1,7 @@ +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 -- cgit v1.2.3-60-g2f50