summaryrefslogtreecommitdiff
path: root/lib/spack/spack/modules/lmod.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-05Hidden modules: always append hash (#40868)Harmen Stoppels1-33/+26
2023-10-26modules: hide implicit modulefiles (#36619)Xavier Delaruelle1-0/+18
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-3/+6
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-1/+1
2023-06-01Memoize a few hot functions during module file generation (#37739)Massimiliano Culpo1-0/+5
2023-05-19lmod: allow core compiler to be specified with a version range (#37789)Massimiliano Culpo1-20/+24
2023-05-11lmod: fix CompilerSpec concrete version / range (#37604)Harmen Stoppels1-2/+2
2023-04-17Allow users to remove items from hierarchy per-path (#31351)Greg Becker1-0/+15
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle1-9/+11
2023-03-03Polish `spack.util.environment` (#35812)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-11Fix issue when generating compiler hierarchy (#34873)Massimiliano Culpo1-1/+1
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-1/+1
2022-11-10remove deprecated top-level module config (#33828)Greg Becker1-3/+0
2022-11-07intel oneapi classic bootstrapping (#31285)Greg Becker1-16/+4
2022-08-10modules: add missing Python imports (#32012)Harmen Stoppels1-0/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-67/+59
2022-05-31Fix module support for oneapi compilers (#28901)Robert Cohn1-0/+8
2022-03-17"spack commands --update-completion"John Parent1-0/+3
2022-03-17Path handling (#28402)John W. Parent1-2/+3
2022-03-03rocmcc compiler: initial commit based on aocc and clang (#28575)Greg Becker1-0/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-26modules: allow user to remove arch dir (#24156)Greg Becker1-9/+12
2021-10-04Fix NonVirtualInHierarchyError message format (#26008)Dylan Simon1-1/+1
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-8/+7
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-18/+25
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-25/+18
2021-05-14Separable module configurations (#22588)Greg Becker1-18/+25
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+2
2020-11-18spack test (#15702)Greg Becker1-1/+4
2020-05-15modules: use projections format for naming schemes (#16629)Greg Becker1-12/+1
2020-05-14Feature: Allow lmod configuration to set core specs (#16517)Greg Becker1-0/+10
2019-12-31config: remove all module-scope calls to spack.config.get()Todd Gamblin1-3/+6
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-15lmod: module files are written in a root folder named by target family (#13121)Massimiliano Culpo1-1/+5
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-1/+1
2019-03-21Minor commentary correction, TCL -> lmod (#10951)George Hartzell1-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-3/+7
2018-08-27Spack can guess lmod core compilers, if none is already presentMassimiliano Culpo1-5/+41
2018-05-17config: simplify configuration API to just get and setTodd Gamblin1-6/+8
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-13/+13
2017-09-19Modulefiles generated with a template engine (#3183)Massimiliano Culpo1-0/+418