diff options
author | Greg Becker <becker33@llnl.gov> | 2019-10-23 15:11:35 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-10-23 13:11:35 -0700 |
commit | cd185c3d284b8086735db11e9ca77ba29f84c753 (patch) | |
tree | 73745a3e4817d463652b37f3b079212ad3af158c /NOTICE | |
parent | 420346b275c19806bc83e4f421109ee8edded369 (diff) | |
download | spack-cd185c3d284b8086735db11e9ca77ba29f84c753.tar.gz spack-cd185c3d284b8086735db11e9ca77ba29f84c753.tar.bz2 spack-cd185c3d284b8086735db11e9ca77ba29f84c753.tar.xz spack-cd185c3d284b8086735db11e9ca77ba29f84c753.zip |
commands: add `spack deprecate` command (#12933)
`spack deprecate` allows for the removal of insecure packages with minimal impact to their dependents. It allows one package to be symlinked into the prefix of another to provide seamless transition for rpath'd and hard-coded applications using the old version.
Example usage:
spack deprecate /hash-of-old-openssl /hash-of-new-openssl
The spack deprecate command is designed for use only in extroardinary circumstances. The spack deprecate command makes no promises about binary compatibility. It is up to the user to ensure the replacement is suitable for the deprecated package.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions