summaryrefslogtreecommitdiff
path: root/share/spack/setup-env.sh
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-24environment shell: fix `spack load` (#7747)René Widera1-6/+6
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-15Reduce the calls to the python interpreter during initialization (#6312)Massimiliano Culpo1-3/+10
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-26Set LANG= for _spack_fn_exists (#5475)Michael Kuhn1-1/+1
2017-09-14Remove echo statements from setup-env.shMatthew Scott Krafczyk1-11/+0
2017-09-12Shell detection: filter preceding "-"Christoph Junghans1-1/+1
2017-09-10Fix two bugs from the bootstrap update (#5312)Matthew Scott Krafczyk1-6/+6
2017-09-08Bootstrap environment-modulesMatthew Scott Krafczyk1-3/+54
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-28Return an error exit code if spack cd does not succeed. (#4623)Jon Rood1-0/+2
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-20Revert "Add lmod files to MODULEPATH" (#3917)Todd Gamblin1-2/+0
2017-04-19Add lmod files to MODULEPATH (#3912)Adam J. Stewart1-0/+2
2017-02-06Bash Programmable Completion for Spack (#3026)Adam J. Stewart1-0/+7
2017-01-23Export spack function so it works in subshells (#2908)Michael Kuhn1-0/+5
2016-11-29Allow shell support to work when set -u is set (#2418)Adam J. Stewart1-1/+1
2016-11-04setup script for bash : fixes #2209 for sh setup (#2212)Massimiliano Culpo1-2/+4
2016-07-21Fix recursive module loading.Michael Kuhn1-4/+4
2016-07-18Merge branch 'develop' of https://github.com/LLNL/spack into features/module_...alalazo1-8/+20
2016-07-14Support --dependencies for recursively loading modules.Michael Kuhn1-1/+1
2016-07-13Improve shell integration.Michael Kuhn1-8/+20
2016-06-28module : can regenerate single module files, homogenized cli optionsalalazo1-4/+4
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-10/+10
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into features/custom_...alalazo1-2/+5
2016-04-29switched test to use -d for location checkTom Scogland1-3/+3
2016-04-28check that a target directory exists before committing to cdTom Scogland1-2/+5
2016-04-18naming work correctlyalalazo1-3/+3
2016-03-19Support Bash "-u" modeErik Schnetter1-1/+1
2015-12-30another portability fix, this time for zsh/non-bash shTom Scogland1-1/+1
2015-12-30removing ill-fated array check for non-portabilityTom Scogland1-1/+0
2015-12-30Revert "removing check as it can cause failures in zsh"Todd Gamblin1-0/+1
2015-12-30removing check as it can cause failures in zshTom Scogland1-1/+0
2015-12-29fix for array handling in ancient bashTom Scogland1-5/+4
2015-12-19fix env module sys_type on non-LLNL systemsMike Nolta1-4/+4