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
This commit is contained in:
Greg Becker
2019-03-07 17:30:48 -08:00
committed by GitHub
parent 0d07dea2eb
commit f4d4322a41
7 changed files with 137 additions and 65 deletions

View File

@@ -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