summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-02-09 12:51:18 -0600
committerGitHub <noreply@github.com>2021-02-09 13:51:18 -0500
commit7ccb9992a626b6292bb1b8d9a4dee42004dc74c9 (patch)
treeb8a498cc3f6d8953d4e4c90ae137699b09713ed4 /etc
parente5ab686d77d857a26311aadbc63e897419af7770 (diff)
downloadspack-7ccb9992a626b6292bb1b8d9a4dee42004dc74c9.tar.gz
spack-7ccb9992a626b6292bb1b8d9a4dee42004dc74c9.tar.bz2
spack-7ccb9992a626b6292bb1b8d9a4dee42004dc74c9.tar.xz
spack-7ccb9992a626b6292bb1b8d9a4dee42004dc74c9.zip
Procedure to deprecate old versions of software (#20767)
* Procedure to deprecate old versions of software * Add documentation * Fix bug in logic * Update tab completion * Deprecate legacy packages * Deprecate old mxnet as well * More explicit docs
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/config.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index d1a7f35a6d..7f0b9276ba 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -107,7 +107,7 @@ config:
# 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
+ install_missing_compilers: false
# If set to true, Spack will always check checksums after downloading
@@ -115,6 +115,11 @@ config:
checksum: true
+ # If set to true, Spack will fetch deprecated versions without warning.
+ # If false, Spack will raise an error when trying to install a deprecated version.
+ deprecated: false
+
+
# If set to true, `spack install` and friends will NOT clean
# potentially harmful variables from the build environment. Use wisely.
dirty: false