summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/compiler.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-18spack.config: cleanup and add type hints (#41741)Massimiliano Culpo1-8/+2
2023-11-30--scope: lazy defaults (#41353)Harmen Stoppels1-14/+7
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-6/+5
2023-11-06spack compiler find --[no]-mixed-toolchain (#40902)Harmen Stoppels1-1/+16
2023-08-23Uppercase global constants in spec.py (#39573)Massimiliano Culpo1-1/+1
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-6/+5
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-06-08Fix compiler removal from command line (#38057)Massimiliano Culpo1-11/+13
2023-05-19compiler specs: do not print '@=' when clear from context (#37787)Greg Becker1-5/+5
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-4/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-46/+54
2022-01-19spack compiler info exit 1 when no compilers are found (#28493)Logan Harbour1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2022-01-12Do not initialize config on spack compiler list (#28042)Harmen Stoppels1-2/+15
2021-09-17Bootstrap should search for compilers after switching config scopes (#26029)Massimiliano Culpo1-20/+8
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+6
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-06-29Restore compilers.yaml default directory (#17283)Greg Becker1-2/+2
2020-05-07Testing: fix unintended interactions between tests, part 2 (#16429)Peter Scheibel1-1/+13
2020-05-01Revert "Testing: fix unintended interactions between tests (#16003)" (#16420)Peter Scheibel1-13/+1
2020-05-01Testing: fix unintended interactions between tests (#16003)Peter Scheibel1-1/+13
2020-02-13spack compiler info: quick fix for failing command (#14928)Massimiliano Culpo1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-1/+1
2019-06-12Make "spack compiler find" check PATH by default (#11683)Massimiliano Culpo1-1/+2
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo1-1/+1
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-08-27Moved functions returning default scopes to spack.configMassimiliano Culpo1-4/+4
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-1/+1
2018-05-17config: simplify configuration API to just get and setTodd Gamblin1-6/+7
2018-05-17config: rework config system into a class instead of globalsTodd Gamblin1-6/+8
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-12Clean up help metavar for --scope configuration optionsTodd Gamblin1-4/+8
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-09Bugfixes for compiler detection on the Cray platform. (#3075)Sergey Kosukhin1-3/+0
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-08rework spack help (#3033)Todd Gamblin1-0/+2
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-16/+19
2017-03-20Improve output for compiler commands (#3480)scheibelp1-1/+4
2017-03-16Dont auto-init compiler conf for 'compiler find' (#3439)scheibelp1-2/+2
2017-03-10Features/compiler config consistency (#2999)scheibelp1-7/+10
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-9/+9
2016-12-08Make targets an attribute of compilers (#2500)becker331-8/+17
2016-11-09Allow compiler wrapper to modify environment (#2275)scheibelp1-0/+10
2016-10-24Bug Fix : Apply Compiler Flags Specified by Manual Compiler Configuration (#1...Joseph Ciurej1-4/+7
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-26/+39