From 1f6b880fffb161016e81da03fb06e5553bb74c09 Mon Sep 17 00:00:00 2001 From: robgics <32717310+robgics@users.noreply.github.com> Date: Wed, 18 May 2022 21:26:42 -0400 Subject: 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 --- etc/spack/defaults/config.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index d0d3468e8d..d3e7e4ce68 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -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. -- cgit v1.2.3-60-g2f50