summaryrefslogtreecommitdiff
path: root/lib/spack/spack/package_prefs.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-3/+3
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-2/+2
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-17Add sgid notice when running on AFS (#30247)Michael Kuhn1-0/+7
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-3/+1
2022-11-06package preferences: allow specs to be configured buildable when their virtua...Greg Becker1-9/+9
2022-07-31black: reformat entire repository with blackTodd Gamblin1-64/+66
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-8/+17
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-17concretizer: handle compiler preferences with optimizationTodd Gamblin1-4/+6
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-17/+16
2020-05-20externals: allow package prefs to configure default not buildable (#16735)Greg Becker1-4/+10
2020-05-07Config option to disable setting S_ISGID bit when creating installation direc...iarspider1-1/+1
2020-03-31packages.yaml: allow virtuals to specify buildable: false (#14934)Greg Becker1-52/+26
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30package_prefs: move class-level cache to PackagePref instanceTodd Gamblin1-31/+11
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-1/+9
2019-03-07Create option to build compilers as needed (#10761)Greg Becker1-3/+3
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/+5
2018-10-11permissions: add permission configuration to packages.yaml (#8773)Greg Becker1-1/+76
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-1/+1
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-2/+2
2018-05-17init: remove package_testing globalTodd Gamblin1-19/+0
2018-05-17config: simplify configuration API to just get and setTodd Gamblin1-1/+1
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-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+1
2017-09-29Add test deptype (#5132)scheibelp1-0/+19
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-07-31Fix preference for X.Y version when mixed with X.Y.Z versions (#4922)scheibelp1-1/+9
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-21Module cmd fix (#3250)becker331-1/+1
2017-04-22External packages are now registered in the DB (#1167)Massimiliano Culpo1-5/+5
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-199/+130
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-3/+5
2017-03-03Fix error raised for multiple virtual packages. (#3306)Joschka Lingemann1-1/+2
2016-12-31Disallow vdeps in `packages.yaml` (#2699)Todd Gamblin1-0/+314