From 7ccb9992a626b6292bb1b8d9a4dee42004dc74c9 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 9 Feb 2021 12:51:18 -0600 Subject: 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 --- etc/spack/defaults/config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3-70-g09d2