diff options
author | Georgia Stuart <georgiastuart@users.noreply.github.com> | 2024-09-02 01:32:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 08:32:26 +0200 |
commit | d463d4566dc3c465708538f6eb255d21d0bb9e62 (patch) | |
tree | e29aa730680c4c1055b2fe11debb0aca35f8e19c | |
parent | f79be3022b4704563053ff32a6b6c3ee8f49b6ed (diff) | |
download | spack-d463d4566dc3c465708538f6eb255d21d0bb9e62.tar.gz spack-d463d4566dc3c465708538f6eb255d21d0bb9e62.tar.bz2 spack-d463d4566dc3c465708538f6eb255d21d0bb9e62.tar.xz spack-d463d4566dc3c465708538f6eb255d21d0bb9e62.zip |
docs: update conditional definition arch (#46139)
Signed-off-by: Georgia Stuart <gstuart@umass.edu>
Co-authored-by: Jordan Galby <67924449+Jordan474@users.noreply.github.com>
-rw-r--r-- | lib/spack/docs/environments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index b3dd57840b..a8dd75831c 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:: |