summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/info.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-05bugfix: sort variants in `spack info --variants-by-name` (#41389)Todd Gamblin1-1/+1
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-11-13info: improve coverage (#41001)Todd Gamblin1-17/+16
2023-11-10info: rework spack info command to display variants better (#40998)Todd Gamblin1-38/+179
2023-10-18Add license directive (#39346)Aiden Grossman1-0/+21
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-1/+2
2023-08-23Uppercase global constants in spec.py (#39573)Massimiliano Culpo1-2/+2
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-37/+3
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-18PackageBase should not define builder legacy attributes (#33942)Chris Green1-2/+2
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-2/+1
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-2/+2
2022-08-11info: properly report default when for overridden variants (#32040)Tamara Dahlgren1-4/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-109/+109
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-4/+5
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-3/+3
2022-05-03OpenCV and OpenBLAS: add external find support (#30240)Brian Van Essen1-2/+3
2022-03-28spack info: make sections optional; add build/stand-alone test information (#...Tamara Dahlgren1-44/+177
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-03Allow conditional variants (#24858)Greg Becker1-13/+24
2021-10-20Add --preferred and --latest to`spack checksum` (#25830)Tamara Dahlgren1-7/+2
2021-09-21Feature: Add deprecated versions section to spack info output (#25972)Tamara Dahlgren1-5/+20
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
2021-06-24Add Externally Findable section to info command (#24503)Asher Mancinelli1-0/+20
2021-05-26allow whitespace formatting in variant descriptions (#23853)Greg Becker1-4/+6
2021-02-09Procedure to deprecate old versions of software (#20767)Adam J. Stewart1-4/+5
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-23style: ensure that all packages pass `spack style -a`Todd Gamblin1-1/+1
2020-04-23spack info: allow variants section to be as wide as the terminal (#16254)Todd Gamblin1-9/+14
2020-04-22spack info: replace "True, False" with "on, off" (#16235)Massimiliano Culpo1-4/+2
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-3/+3
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-27Improve info variant header (#14275)Dr. Christian Tacke1-1/+3
2019-08-22Spack BundlePackage: a group of other packages (#11981)Tamara Dahlgren1-10/+14
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-4/+4
2018-05-05Fix coloring of URLs containing @ symbol (#7799)Adam J. Stewart1-3/+3
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24do not use 'l' as a variable name, to appease new flake8 versionTodd Gamblin1-6/+4
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-09-05Added support for querying by tags (#4786)Massimiliano Culpo1-8/+18
2017-08-30add optional maintainers property to package (#5230)Denis Davydov1-0/+5