summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/external.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-30--scope: lazy defaults (#41353)Harmen Stoppels1-3/+2
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-5/+3
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-3/+13
2023-09-08Speed-up `spack external find` execution (#39843)Massimiliano Culpo1-39/+30
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-3/+3
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-6/+6
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-10/+8
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-05-30Bugfix: cray manifest parsing regression (#37909)Tiziano Müller1-2/+13
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+1
2023-01-21Add --exclude option to 'spack external find' (#35013)Alex Richert1-0/+9
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-09-14Manifest parsing: skip invalid manifest files (#32467)Peter Scheibel1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-65/+76
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-13/+16
2022-06-27`spack external find`: handle manifest with bad permissions (#31201)Peter Scheibel1-0/+16
2022-06-17Bugfix external find --all for libraries (#31186)Brian Van Essen1-1/+1
2022-06-16Manifest parsing: avoid irrelevant files (#31144)Peter Scheibel1-1/+5
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-05-05spack external find: add search path customization (#30479)Greg Becker1-2/+7
2022-04-28Add command for reading JSON-based DB description (now with more tests) (#29652)Peter Scheibel1-1/+90
2022-04-01"spack external find": also find library-only packages (#28005)Brian Van Essen1-0/+2
2022-03-19Revert "Add command for reading a json-based DB description (#24894)" (#29603)Nils Vu1-70/+1
2022-03-18Add command for reading a json-based DB description (#24894)Peter Scheibel1-1/+70
2022-02-18spack external find: change default behavior (#29031)Massimiliano Culpo1-2/+20
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-28Move detection logic in its own package (#26119)Massimiliano Culpo1-265/+4
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+3
2021-02-04spack external find: allow to search by tags (#21407)Massimiliano Culpo1-1/+22
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-10-24bugfix: fix config merge order for OrderdDicts (#18482)Todd Gamblin1-1/+1
2020-10-16spack external find: fix debug output (#19342)iarspider1-2/+4
2020-09-05Make spack environment configurations writable from spack external and spack ...Robert Blake1-8/+14
2020-08-13Improve output of the external find command (#18017)Massimiliano Culpo1-6/+20
2020-08-11Fix typo in spack external debug msg (#17982)Adam J. Stewart1-1/+1
2020-08-10Simplify the detection protocol for packagesMassimiliano Culpo1-12/+41
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-8/+25
2020-06-25spack config: new subcommands add/remove (#13920)Greg Becker1-1/+1
2020-05-05Automatically find externals (#15158)Peter Scheibel1-0/+271