summaryrefslogtreecommitdiff
path: root/share/spack
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2022-11-28 10:03:49 -0800
committerGitHub <noreply@github.com>2022-11-28 10:03:49 -0800
commit451e3ff50b631ae0597d2223aa7be2da4222fc33 (patch)
tree31ec29c567c0be0d0f58de46a686a6cb1893f4a6 /share/spack
parent523c4c2b63bdca0d649b13859c528531b6d4b6c9 (diff)
downloadspack-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 'share/spack')
-rw-r--r--share/spack/qa/configuration/windows_config.yaml4
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..85625cf49b 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