summaryrefslogtreecommitdiff
path: root/share/spack/setup-env.sh
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-05spack env activate: create & activate default environment without args (#40756)Harmen Stoppels1-2/+1
2023-10-31force color in subshell if not SPACK_COLOR (#40782)Harmen Stoppels1-4/+4
2023-10-06Change 'exit' to 'return' in setup-env.sh (#36137)Alex Richert1-1/+1
2023-07-04macos sip: apply on macos only, dont store LD_LIBRARY_PATH (#38687)Harmen Stoppels1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-05commands: `spack load --list` alias for `spack find --loaded` (#27184)Todd Gamblin1-0/+1
2021-10-29Fix exit codes posix shell wrapper (#27012)Harmen Stoppels1-5/+8
2021-10-28spack setup-env.sh: make zsh loading async compatible, and ~10x faster (in so...Tom Scogland1-2/+7
2021-07-08setup-env: allow users to skip slow parts (#24545)Adam J. Stewart1-42/+44
2021-06-11setup-env: allow users to skip module function setup (#24236)Adam J. Stewart1-1/+1
2021-03-18Tab to spaces (#22362)Harmen Stoppels1-2/+2
2021-02-12Introduce a SPACK_PYTHON environment variable (#21222)Chuck Atkins1-0/+8
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-18minimal zsh completion (#20253)Tom Scogland1-1/+1
2020-10-21shell support: make `which spack` output intelligible (#19256)Todd Gamblin1-6/+17
2020-07-06bugfix: no infinite recursion in setup-env.sh on CrayTodd Gamblin1-0/+10
2020-05-13Added alias and bash completion for spacktivate (#16472)Ben Bergen1-0/+2
2020-04-16macos: use DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATHTodd Gamblin1-7/+4
2020-03-31Allow Spack Environments with '-h' in the name (#15429)Adam J. Stewart1-17/+32
2020-02-13Fix shell detection: zsh5 -> zsh (#14858)Adam J. Stewart1-1/+2
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker1-35/+26
2020-01-14stop word splitting from leaking out of setup-env (#14472)Tom Scogland1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-16Harden shell detection when procfs is available (#13950)Massimiliano Culpo1-3/+6
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo1-26/+11
2019-10-01Add all compatible system types directory to module pathsMassimiliano Culpo1-1/+3
2019-07-15bugfix: fix module() function in setup-env.sh (#12030)Todd Gamblin1-6/+9
2019-07-12bugfix: setup-env.sh detects bash even when bash is run as sh (#11994)Todd Gamblin1-7/+2
2019-07-05setup-env.sh: make setup scripts work with `set -u`Todd Gamblin1-4/+8
2019-07-05setup-env.sh: now compatible with bash, zsh, and dashTodd Gamblin1-65/+114
2019-06-29setup-env.sh: send cd output to /dev/null when it affects SpackTodd Gamblin1-9/+12
2019-04-24Fix handling of MODULEPATH in setup-env.sh (#11274)Toyohisa Kameyama1-1/+1
2019-04-16setup-env.sh: fix zsh compatibility error (#11153)paulanda1-3/+3
2019-03-27spack chain (#8772)Peter Scheibel1-2/+11
2019-02-28Fix shell integration with environment-modules@4 (#10736)Michael Kuhn1-4/+10
2019-02-13make SPACK_SHELL detection more robust (#9712)Phil Carns1-1/+12
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-15env setup: support --help for cd/env commands (#10069)Matthias Diener1-2/+2
2018-11-09env: environments can be named or created in directoriesTodd Gamblin1-2/+3
2018-11-09env: add spack env activate/deactivate and shell supportTodd Gamblin1-0/+36
2018-10-29setup-env: Avoid different output format of `ps` (#9629)Bert Wesarg1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-07-27Fix shift warning on zsh (#8805)Michael Kuhn1-2/+10
2018-07-24Grouped all the module commands under `spack module`Massimiliano Culpo1-4/+4
2018-07-24spack load exits with 1 if module does not exist or is not installedMassimiliano Culpo1-0/+8
2018-07-24Revert "Fix recursive module loading."Massimiliano Culpo1-4/+4
2018-07-16add `spack --print-shell-vars` to speed up `setup-env.[c]sh` (#8101)Todd Gamblin1-17/+10
2018-05-17config: simplify configuration API to just get and setTodd Gamblin1-2/+2