summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/load.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-21specs: Better error messages for badly quoted specs (#41805)Todd Gamblin1-4/+4
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-10-19Improve setup build / run / test environment (#35737)Harmen Stoppels1-8/+8
2023-09-01Windows: fix pwsh env activate/deactivate; load/unload (#39118)John W. Parent1-0/+7
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-4/+3
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-2/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-30/+48
2022-03-17Windows: Create installer and environmentlou.lawrence@kitware.com1-0/+3
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-05commands: `spack load --list` alias for `spack find --loaded` (#27184)Todd Gamblin1-4/+19
2021-10-11Remove unused --dependencies flag (#25731)Harmen Stoppels1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
2021-02-09Fix typo (#21567)Mark Meredith1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-10-23csh: don't require SPACK_ROOT for sourcing setup-env.csh (#18225)Todd Gamblin1-14/+5
2020-06-30Add fish shell support (#9279)Johannes Blaschke1-0/+3
2020-04-03Add option "--first" for "spack load" (#15622)G-Ragghianti1-1/+9
2020-02-24cmd/load: Fix usage output (#15180)Michael Kuhn1-2/+3
2020-01-27make the new 'spack load' faster (#14628)Andrew W Elble1-10/+13
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker1-5/+61
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-6/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-09commands: rework command categories and argumentsTodd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-07-24Added --dependencies to the help text of spack loadMassimiliano Culpo1-2/+3
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-06Add back help placeholder for "spack load" (#6127)scheibelp1-2/+2
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-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-08rework spack help (#3033)Todd Gamblin1-1/+3
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-3/+3
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-2/+5
2016-06-30Merge branch 'efischer/160401-RecursiveModules' of https://github.com/citibet...Todd Gamblin1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-04-01Added recursive module loadingElizabeth F1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel1-1/+1
2014-08-20Merge branch 'features/python-2.6-compatibility' into developTodd Gamblin1-1/+1
2014-08-16Consolidate most module code into spack.modules and spack.cmd.moduleTodd Gamblin1-18/+6
2014-08-04Added inital module supportDavid Beckingsale1-0/+50