diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-11-22 12:35:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 12:35:36 +0100 |
commit | bd198312c9db1b5d3b4ba95629b503ce88fffd00 (patch) | |
tree | a999bd6e00e88fa91da3705cb7ef50e447f775f2 /etc | |
parent | 7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca (diff) | |
download | spack-bd198312c9db1b5d3b4ba95629b503ce88fffd00.tar.gz spack-bd198312c9db1b5d3b4ba95629b503ce88fffd00.tar.bz2 spack-bd198312c9db1b5d3b4ba95629b503ce88fffd00.tar.xz spack-bd198312c9db1b5d3b4ba95629b503ce88fffd00.zip |
Revert "Warn about removal of deprecated format strings (#33829)" (#34056)
This reverts commit 7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index ee1cb0a324..b3356428fe 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}/${compiler.name}-${compiler.version}/${name}-${version}-${hash}" + all: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${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 + binary_index_ttl: 600
\ No newline at end of file |