Add license dir to config (#30135)

* Change license dir from hard-coded to a configurable item

* Change config item to be a string not an array

Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
robgics
2022-05-18 21:26:42 -04:00
committed by GitHub
parent 2c211d95ee
commit 1f6b880fff
9 changed files with 43 additions and 16 deletions

View File

@@ -33,6 +33,9 @@ config:
template_dirs:
- $spack/share/spack/templates
# Directory where licenses should be located
license_dir: $spack/etc/spack/licenses
# Temporary locations Spack can try to use for builds.
#
# Recommended options are given below.