diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-11-11 09:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 00:50:07 -0800 |
commit | 0f54a63dfd33905d55de1148b2ef02cccb56b48c (patch) | |
tree | 1903b0ba9d76dfd8339d6ac4db799237bfc977f9 /.dockerignore | |
parent | f11778bb02ae7394cdc9ac24357073d76077a403 (diff) | |
download | spack-0f54a63dfd33905d55de1148b2ef02cccb56b48c.tar.gz spack-0f54a63dfd33905d55de1148b2ef02cccb56b48c.tar.bz2 spack-0f54a63dfd33905d55de1148b2ef02cccb56b48c.tar.xz spack-0f54a63dfd33905d55de1148b2ef02cccb56b48c.zip |
remove activate/deactivate support in favor of environments (#29317)
Environments and environment views have taken over the role of `spack activate/deactivate`, and we should deprecate these commands for several reasons:
- Global activation is a really poor idea:
- Install prefixes should be immutable; since they can have multiple, unrelated dependents; see below
- Added complexity elsewhere: verification of installations, tarballs for build caches, creation of environment views of packages with unrelated extensions "globally activated"... by removing the feature, it gets easier for people to contribute, and we'd end up with fewer bugs due to edge cases.
- Environment accomplish the same thing for non-global "activation" i.e. `spack view`, but better.
Also we write in the docs:
```
However, Spack global activations have two potential drawbacks:
#. Activated packages that involve compiled C extensions may still
need their dependencies to be loaded manually. For example,
``spack load openblas`` might be required to make ``py-numpy``
work.
#. Global activations "break" a core feature of Spack, which is that
multiple versions of a package can co-exist side-by-side. For example,
suppose you wish to run a Python package in two different
environments but the same basic Python --- one with
``py-numpy@1.7`` and one with ``py-numpy@1.8``. Spack extensions
will not support this potential debugging use case.
```
Now that environments are established and views can take over the role of activation
non-destructively, we can remove global activation/deactivation.
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions