Change config to cache sources in user dirs

This commit is contained in:
Jose Gracia 2024-09-03 08:40:23 -05:00
parent 0a04b8b791
commit a673f71049

View file

@ -17,6 +17,10 @@ config:
# Directory where licenses should be located
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
environments_root: $spack/../environments