From d463d4566dc3c465708538f6eb255d21d0bb9e62 Mon Sep 17 00:00:00 2001 From: Georgia Stuart Date: Mon, 2 Sep 2024 01:32:26 -0500 Subject: [PATCH] docs: update conditional definition arch (#46139) Signed-off-by: Georgia Stuart Co-authored-by: Jordan Galby <67924449+Jordan474@users.noreply.github.com> --- lib/spack/docs/environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index b3dd57840b0..a8dd75831ca 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -863,7 +863,7 @@ named list ``compilers`` is ``['%gcc', '%clang', '%intel']`` on spack: definitions: - compilers: ['%gcc', '%clang'] - - when: arch.satisfies('x86_64:') + - when: arch.satisfies('target=x86_64:') compilers: ['%intel'] .. note::