From 7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Tue, 22 Nov 2022 03:56:57 -0600 Subject: Warn about removal of deprecated format strings (#33829) Co-authored-by: becker33 --- etc/spack/defaults/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index b3356428fe..ee1cb0a324 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -19,7 +19,7 @@ config: install_tree: root: $spack/opt/spack projections: - all: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}" + all: "${architecture}/${compiler.name}-${compiler.version}/${name}-${version}-${hash}" # install_tree can include an optional padded length (int or boolean) # default is False (do not pad) # if padded_length is True, Spack will pad as close to the system max path @@ -214,4 +214,4 @@ config: # Number of seconds a buildcache's index.json is cached locally before probing # for updates, within a single Spack invocation. Defaults to 10 minutes. - binary_index_ttl: 600 \ No newline at end of file + binary_index_ttl: 600 -- cgit v1.2.3-70-g09d2