diff options
author | Greg Becker <becker33@llnl.gov> | 2022-11-28 10:03:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 10:03:49 -0800 |
commit | 451e3ff50b631ae0597d2223aa7be2da4222fc33 (patch) | |
tree | 31ec29c567c0be0d0f58de46a686a6cb1893f4a6 /etc | |
parent | 523c4c2b63bdca0d649b13859c528531b6d4b6c9 (diff) | |
download | spack-451e3ff50b631ae0597d2223aa7be2da4222fc33.tar.gz spack-451e3ff50b631ae0597d2223aa7be2da4222fc33.tar.bz2 spack-451e3ff50b631ae0597d2223aa7be2da4222fc33.tar.xz spack-451e3ff50b631ae0597d2223aa7be2da4222fc33.zip |
warn about removal of deprecated format strings (#34101)
* warn about removal of deprecated format strings
Co-authored-by: becker33 <becker33@users.noreply.github.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 0bf52a0e55..f42a6525e2 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 @@ -219,4 +219,3 @@ config: flags: # Whether to keep -Werror flags active in package builds. keep_werror: 'none' - |