summaryrefslogtreecommitdiff
path: root/lib/spack/spack/detection/path.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-02spack external find: fix multi-arch troubles (#33973)Harmen Stoppels1-13/+77
2023-10-27External finding: update default paths; treat .bat as executable on Windows (...John W. Parent1-41/+55
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-5/+8
2023-09-08Speed-up `spack external find` execution (#39843)Massimiliano Culpo1-170/+204
2023-09-05Add type-hints to the `spack.detection` package (#39803)Massimiliano Culpo1-20/+27
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-4/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-22Windows: add registry query and SDK/WDK packages (#33021)John W. Parent1-44/+50
2022-11-15External find now searches all dynamic linker paths (#33800)Brian Van Essen1-12/+17
2022-07-31black: reformat entire repository with blackTodd Gamblin1-51/+51
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-2/+2
2022-05-03OpenCV and OpenBLAS: add external find support (#30240)Brian Van Essen1-3/+10
2022-04-01"spack external find": also find library-only packages (#28005)Brian Van Essen1-0/+129
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-4/+5
2022-03-17"spack commands --update-completion"John Parent1-41/+17
2022-03-17Expand external find for Windows (#27588)John Parent1-12/+38
2022-03-17Spack on Windows package portsJohn Parent1-1/+0
2022-03-17Windows: VS and CMake supportBetsy McPhail1-9/+14
2022-03-17Packaging of netlib-lapack for windows (#24993)Jared Popelar1-0/+12
2022-03-17Allow 'spack external find' to find executables on the system path (#22091)Betsy McPhail1-0/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-08Make external detection more resilient to individual package errors (#27854)Massimiliano Culpo1-3/+9
2021-09-28Move detection logic in its own package (#26119)Massimiliano Culpo1-0/+149