diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-09-10 20:02:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 20:02:05 +0200 |
commit | ffdfa498bf18974dc0fb7e5b280249cb43644438 (patch) | |
tree | 69f0edcd9e309c75b9b44a765637557e17013498 /etc | |
parent | decefe02344d2a2708e159d39fd1c5a39bfbfd14 (diff) | |
download | spack-ffdfa498bf18974dc0fb7e5b280249cb43644438.tar.gz spack-ffdfa498bf18974dc0fb7e5b280249cb43644438.tar.bz2 spack-ffdfa498bf18974dc0fb7e5b280249cb43644438.tar.xz spack-ffdfa498bf18974dc0fb7e5b280249cb43644438.zip |
Deprecate `config:install_missing_compilers` (#46237)
The option config:install_missing_compilers is currently buggy,
and has been for a while. Remove it, since it won't be needed
when compilers are treated as dependencies.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 686575f8fc..b9c4aee64e 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -115,12 +115,6 @@ config: suppress_gpg_warnings: false - # If set to true, Spack will attempt to build any compiler on the spec - # that is not already available. If set to False, Spack will only use - # compilers already configured in compilers.yaml - install_missing_compilers: false - - # If set to true, Spack will always check checksums after downloading # archives. If false, Spack skips the checksum step. checksum: true |