Change config to cache sources in user dirs
This commit is contained in:
parent
0a04b8b791
commit
a673f71049
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ config:
|
||||||
# Directory where licenses should be located
|
# Directory where licenses should be located
|
||||||
license_dir: $spack/../licenses
|
license_dir: $spack/../licenses
|
||||||
|
|
||||||
|
# Cache directory for already downloaded source tarballs and archived
|
||||||
|
# repositories. This can be purged with `spack clean --downloads`.
|
||||||
|
source_cache: $user_cache_path/cache
|
||||||
|
|
||||||
|
|
||||||
# Directory where spack managed environments are created and stored
|
# Directory where spack managed environments are created and stored
|
||||||
environments_root: $spack/../environments
|
environments_root: $spack/../environments
|
||||||
|
|
Loading…
Reference in a new issue