summaryrefslogtreecommitdiff
path: root/etc/spack/defaults/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/spack/defaults/config.yaml')
-rw-r--r--etc/spack/defaults/config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index 8ccf7db535..6e8c1905e8 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -66,6 +66,12 @@ config:
verify_ssl: true
+ # If set to true, Spack will attempt to build any compiler on the spec
+ # that is not already available. If set to False, Spack will only use
+ # compilers already configured in compilers.yaml
+ install_missing_compilers: False
+
+
# If set to true, Spack will always check checksums after downloading
# archives. If false, Spack skips the checksum step.
checksum: true