summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cray_manifest.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-29Cray manifest: compiler handling fixes (#40061)Peter Scheibel1-6/+48
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-2/+3
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-1/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-06-15Add virtual information on DAG edges (#34821)Massimiliano Culpo1-1/+4
2023-05-30Bugfix: cray manifest parsing regression (#37909)Tiziano Müller1-1/+2
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-2/+6
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-4/+1
2023-01-26Extract functions to read spec files from different format (#35094)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-08Cray manifest: automatically convert 'cray' platform to 'linux' (#34177)Peter Scheibel1-1/+8
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-6/+2
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-6/+1
2022-09-14Manifest parsing: skip invalid manifest files (#32467)Peter Scheibel1-3/+21
2022-07-31black: reformat entire repository with blackTodd Gamblin1-65/+54
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-2/+2
2022-06-29Cray manifest: compiler duplicates (#31173)Peter Scheibel1-4/+2
2022-06-16Manifest parsing: avoid irrelevant files (#31144)Peter Scheibel1-0/+1
2022-05-08Cray manifest file: accept "nvidia" as "nvhpc" (#30428)Peter Scheibel1-2/+30
2022-04-28Add command for reading JSON-based DB description (now with more tests) (#29652)Peter Scheibel1-0/+165
2022-03-19Revert "Add command for reading a json-based DB description (#24894)" (#29603)Nils Vu1-162/+0
2022-03-18Add command for reading a json-based DB description (#24894)Peter Scheibel1-0/+162