source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yaml

- Added new preferences to config.yaml:
  - source_cache
  - misc_cache
  - verify_ssl
  - checksum
  - dirty
This commit is contained in:
Todd Gamblin
2016-10-28 00:57:51 -07:00
parent 22b14e0f23
commit da760a66de
17 changed files with 164 additions and 77 deletions

View File

@@ -35,6 +35,8 @@ config:
# A value of $spack/var/spack/stage indicates that Spack should run
# builds directly inside its install directory without staging them in
# temporary space.
#
# The build stage can be purged with `spack purge --stage`.
build_stage:
- $tempdir
- /nfs/tmp2/$user
@@ -42,11 +44,12 @@ config:
# Cache directory already downloaded source tarballs and archived
# repositories. This can be purged with spack purge
# repositories. This can be purged with `spack purge --downloads`.
source_cache: $spack/var/spack/cache
# Cache directory for miscellaneous files, like the package index.
# This can be purged with `spack purge --misc-cache`
misc_cache: ~/.spack/cache