From f4d4322a41acb41c43fd318d3dac67ef296b41b4 Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Thu, 7 Mar 2019 17:30:48 -0800 Subject: Create option to build compilers as needed (#10761) * Create option to build missing compilers and add them to config before installing packages that use them * Clean up kwarg passing for do_install, put compiler bootstrapping in separate method --- etc/spack/defaults/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3-70-g09d2