diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-03-09 21:35:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 12:35:26 -0800 |
commit | dc78f4c58abba2bd1bb1e9f481c506f98d060ca2 (patch) | |
tree | 2896bef831e0e9bafa7ac9f97c36be35f73a3240 /.github/workflows | |
parent | bedc9fe665c4db2059beacb8117bc81595019343 (diff) | |
download | spack-dc78f4c58abba2bd1bb1e9f481c506f98d060ca2.tar.gz spack-dc78f4c58abba2bd1bb1e9f481c506f98d060ca2.tar.bz2 spack-dc78f4c58abba2bd1bb1e9f481c506f98d060ca2.tar.xz spack-dc78f4c58abba2bd1bb1e9f481c506f98d060ca2.zip |
environment.py: allow link:run (#29336)
* environment.py: allow link:run
Some users want minimal views, excluding run-type dependencies, since
those type of dependencies are covered by rpaths and the symlinked
libraries in the view aren't used anyways.
With this change, an environment like this:
```
spack:
specs: ['py-flake8']
view:
default:
root: view
link: run
```
includes python packages and python, but no link type deps of python.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions