diff options
author | Greg Becker <becker33@llnl.gov> | 2024-03-28 08:00:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 10:00:55 -0500 |
commit | 7e906ced75dead665048a254c0ca2f09205c9d47 (patch) | |
tree | 8a8d749e8336adc9e25f557967f812e16f87b9f6 /README.md | |
parent | 647e89f6bc3e46d2104e43241697f73c7e1c464d (diff) | |
download | spack-7e906ced75dead665048a254c0ca2f09205c9d47.tar.gz spack-7e906ced75dead665048a254c0ca2f09205c9d47.tar.bz2 spack-7e906ced75dead665048a254c0ca2f09205c9d47.tar.xz spack-7e906ced75dead665048a254c0ca2f09205c9d47.zip |
spack find: add options for local/upstream only (#42999)
Users requested an option to filter between local/upstream results in `spack find` output.
```
# default behavior, same as without --install-tree argument
$ spack find --install-tree all
# show only local results
$ spack find --install-tree local
# show results from all upstreams
$ spack find --install-tree upstream
# show results from a particular upstream or the local install_tree
$ spack find --install-tree /path/to/install/tree/root
```
---------
Co-authored-by: becker33 <becker33@users.noreply.github.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions