-
- Downloads
track whether a package was installed "explicitly"
Adds a new attribute in the database to track whether a package was installed explicitly or not, where explicitly is the user running `spack install <package>` and implicitly is it being installed as a dependency. It also adds arguments to `spack find` to find these packages such that it should be possible to query the packages that were installed implicitly and are not currently depended upon any longer.
Showing
- lib/spack/spack/cmd/find.py 14 additions, 1 deletionlib/spack/spack/cmd/find.py
- lib/spack/spack/cmd/install.py 2 additions, 1 deletionlib/spack/spack/cmd/install.py
- lib/spack/spack/database.py 12 additions, 8 deletionslib/spack/spack/database.py
- lib/spack/spack/package.py 3 additions, 2 deletionslib/spack/spack/package.py
Loading
Please register or sign in to comment