Sometimes there's no other way than dealing with deprecated packages. Spack by default does not allow anymore to fetch packages version marked as deprecated, but it still keeps the door open for such edge cases allowing to control the behavior via config:deprecated.
This PR exposes this option in environments.yaml keeping the default spack behavior (i.e. false = don't allow to install deprecated versions).
I didn't had the chance to fully test it, yet. In case this work is in the right direction, I will take care of updating the related documentation too before merging this PR.
Sometimes there's no other way than dealing with deprecated packages. Spack by default does not allow anymore to fetch packages version marked as deprecated, but it still keeps the door open for such edge cases allowing to control the behavior via
config:deprecated
.This PR exposes this option in
environments.yaml
keeping the default spack behavior (i.e.false
= don't allow to install deprecated versions).I didn't had the chance to fully test it, yet. In case this work is in the right direction, I will take care of updating the related documentation too before merging this PR.