summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/external.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-27External finding: update default paths; treat .bat as executable on Windows (...John W. Parent1-40/+3
2023-09-29Cray manifest: compiler handling fixes (#40061)Peter Scheibel1-13/+0
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-1/+2
2023-09-08Speed-up `spack external find` execution (#39843)Massimiliano Culpo1-117/+50
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-2/+2
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-3/+3
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-07Prevent "spack external find" to error out on wrong permissions (#38755)Massimiliano Culpo1-0/+27
2023-06-08Fix compiler removal from command line (#38057)Massimiliano Culpo1-6/+5
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-3/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-7/+1
2023-01-21Add --exclude option to 'spack external find' (#35013)Alex Richert1-0/+15
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-1/+1
2022-11-22Windows: add registry query and SDK/WDK packages (#33021)John W. Parent1-3/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-185/+183
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-2/+2
2022-06-27`spack external find`: handle manifest with bad permissions (#31201)Peter Scheibel1-0/+49
2022-05-18Add license dir to config (#30135)robgics1-1/+1
2022-04-28Add command for reading JSON-based DB description (now with more tests) (#29652)Peter Scheibel1-0/+42
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-30/+45
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+11
2022-02-18spack external find: change default behavior (#29031)Massimiliano Culpo1-2/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-28Move detection logic in its own package (#26119)Massimiliano Culpo1-22/+32
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+3
2021-02-04spack external find: allow to search by tags (#21407)Massimiliano Culpo1-0/+25
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-09-05Make spack environment configurations writable from spack external and spack ...Robert Blake1-2/+4
2020-08-13Improve output of the external find command (#18017)Massimiliano Culpo1-0/+18
2020-08-10Simplify the detection protocol for packagesMassimiliano Culpo1-37/+77
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-27/+34
2020-05-05Automatically find externals (#15158)Peter Scheibel1-0/+177