diff options
author | Greg Becker <becker33@llnl.gov> | 2022-11-22 03:56:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 10:56:57 +0100 |
commit | 7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca (patch) | |
tree | bc2b35403b0bbf1b23968404239f9d771d898ce2 /share | |
parent | 793a7bc6a97d86b9b0a6da32c0e3694ddeaa6590 (diff) | |
download | spack-7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca.tar.gz spack-7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca.tar.bz2 spack-7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca.tar.xz spack-7f9af8d4a0bfbb1577e5ac9982624d8d0cb9b9ca.zip |
Warn about removal of deprecated format strings (#33829)
Co-authored-by: becker33 <becker33@users.noreply.github.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/qa/configuration/windows_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/qa/configuration/windows_config.yaml b/share/spack/qa/configuration/windows_config.yaml index fb90000223..a51cd110d1 100644 --- a/share/spack/qa/configuration/windows_config.yaml +++ b/share/spack/qa/configuration/windows_config.yaml @@ -3,6 +3,6 @@ config: install_tree: root: $spack\opt\spack projections: - all: '${ARCHITECTURE}\${COMPILERNAME}-${COMPILERVER}\${PACKAGE}-${VERSION}-${HASH}' + all: '${architecture}\${compiler.name}-${compiler.version}\${name}-${version}-${hash}' build_stage: - - ~/.spack/stage
\ No newline at end of file + - ~/.spack/stage |