Merge branch 'develop' into features/shared

This commit is contained in:
Carson Woods
2019-11-17 16:37:47 -07:00
79 changed files with 1273 additions and 296 deletions

View File

@@ -80,6 +80,14 @@ config:
verify_ssl: true
# Suppress gpg warnings from binary package verification
# Only suppresses warnings, gpg failure will still fail the install
# Potential rationale to set True: users have already explicitly trusted the
# gpg key they are using, and may not want to see repeated warnings that it
# is self-signed or something of the sort.
suppress_gpg_warnings: false
# 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