summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/uninstall.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-26`spack gc`: add options for environments and build dependencies (#41731)Todd Gamblin1-1/+1
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-11-10`spack deconcretize` command (#38803)Greg Becker1-18/+2
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-2/+2
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-1/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-05-05spack uninstall: reduce verbosity with named environments (#34001)Harmen Stoppels1-180/+87
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-12/+2
2023-02-16spack uninstall: follow run/link edges on --dependents (#34058)Harmen Stoppels1-4/+4
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-22spack uninstall: use topo order (#34053)Harmen Stoppels1-49/+16
2022-11-21uninstall: fix accidental cubic complexity (#34005)Harmen Stoppels1-17/+22
2022-11-08"spack uninstall": don't modify env (#33711)Peter Scheibel1-57/+125
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-54/+62
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-2/+2
2022-05-14uninstall: fix dependency check (#30674)Michael Kuhn1-1/+1
2022-05-13full hash: fix uninstall and gc with full hash DBTodd Gamblin1-4/+14
2022-04-28Add command for reading JSON-based DB description (now with more tests) (#29652)Peter Scheibel1-4/+10
2022-03-19Revert "Add command for reading a json-based DB description (#24894)" (#29603)Nils Vu1-10/+4
2022-03-18Add command for reading a json-based DB description (#24894)Peter Scheibel1-4/+10
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-14/+15
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+5
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-18cmd: add `spack mark` command (#16662)Michael Kuhn1-3/+5
2020-06-03spack uninstall: improve help message (#16886)Massimiliano Culpo1-7/+15
2020-05-29Mention that packages can be uninstalled by hash (#16863)Robert Rosca1-1/+2
2020-01-29environments: synchronize read and uninstall (#14676)Peter Scheibel1-10/+8
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-14/+4
2020-01-07Spack can automatically remove unused specs (#13534)Massimiliano Culpo1-7/+19
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-23commands: add `spack deprecate` command (#12933)Greg Becker1-1/+4
2019-07-15spack uninstall can uninstall specs with multiple roots (#11977)Massimiliano Culpo1-13/+22
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-1/+2
2019-03-27spack chain (#8772)Peter Scheibel1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-19env: all commands that disambiguate specs should be env-awareTodd Gamblin1-1/+1
2018-11-11env: uninstall just removes specs that are still needed by other envsTodd Gamblin1-51/+107
2018-11-09env: clean up command access to the active environmentTodd Gamblin1-19/+25
2018-11-09env: rename EnvError to SpackEnvironmentErrorTodd Gamblin1-1/+1
2018-11-09env: move `env uninstall` into `spack uninstall`Todd Gamblin1-30/+103
2018-11-09env: move `spack env stage` into `spack stage` commandTodd Gamblin1-4/+2
2018-11-09env: refactor common argumentsElizabeth Fischer1-21/+20
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-19fix leftover references to spack.<symbol>Todd Gamblin1-2/+3
2018-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin1-1/+0
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-3/+3