summaryrefslogtreecommitdiff
path: root/etc/spack/defaults/config.yaml
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-10-28 00:57:51 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-10-30 23:55:00 -0700
commitda760a66de8370ad73eadfe7a38a7cb6782c99bc (patch)
tree3661bb8e3555839fed59f757e9f398503dd40113 /etc/spack/defaults/config.yaml
parent22b14e0f235864a636919911f134aee9fe4def8b (diff)
downloadspack-da760a66de8370ad73eadfe7a38a7cb6782c99bc.tar.gz
spack-da760a66de8370ad73eadfe7a38a7cb6782c99bc.tar.bz2
spack-da760a66de8370ad73eadfe7a38a7cb6782c99bc.tar.xz
spack-da760a66de8370ad73eadfe7a38a7cb6782c99bc.zip
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
Diffstat (limited to 'etc/spack/defaults/config.yaml')
-rw-r--r--etc/spack/defaults/config.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index 85019ede61..4e02d0973d 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -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