Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-16 | Added line limit exemptions for 'variant' and 'version' directives. | Joseph Ciurej | 1 | -2/+7 | |
Updated the 'scotch' package to use oneline 'variant' directives. | |||||
2016-05-16 | Updated style checking to ignore refinition errors for '@when' fxns. | Joseph Ciurej | 1 | -1/+4 | |
Updated the Scotch package to conform to PEP8 standards and to test style checking improvements. | |||||
2016-05-11 | Correct LLNL LGPL license template for clarity. | Todd Gamblin | 2 | -18/+18 | |
2016-05-11 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -0/+55 | |
features/custom_modulefile_from_config Conflicts: lib/spack/spack/config.py | |||||
2016-05-11 | Add run-flake8 script. | Todd Gamblin | 1 | -0/+55 | |
- was missing the obvious. | |||||
2016-05-11 | Use just one flake8 file; mark package.py files to avoid E501 w/url. | Todd Gamblin | 2 | -21/+0 | |
2016-05-11 | Update code style checking. | Todd Gamblin | 2 | -0/+21 | |
- Exempt overlong URL lines from checks. - Omit some of the more painful PEP items. | |||||
2016-05-10 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -2/+5 | |
features/custom_modulefile_from_config | |||||
2016-04-29 | switched test to use -d for location check | Tom Scogland | 1 | -3/+3 | |
2016-04-28 | check that a target directory exists before committing to cd | Tom Scogland | 1 | -2/+5 | |
2016-04-18 | naming work correctly | alalazo | 1 | -3/+3 | |
2016-03-19 | Support Bash "-u" mode | Erik Schnetter | 1 | -1/+1 | |
2015-12-30 | another portability fix, this time for zsh/non-bash sh | Tom Scogland | 1 | -1/+1 | |
Yay for non-portable declaration syntax. After the previous screwiness I ran this through a number of shells, and found that this is the most portable version I coudl seem to get. | |||||
2015-12-30 | removing ill-fated array check for non-portability | Tom Scogland | 1 | -1/+0 | |
2015-12-30 | Revert "removing check as it can cause failures in zsh" | Todd Gamblin | 1 | -0/+1 | |
This reverts commit 496e4856916cb881da916539635e9bfa3e1406af. Undo overly large set of changes -- LLVM wasn't ready. Tom can recommit just the zsh stuff. | |||||
2015-12-30 | removing check as it can cause failures in zsh | Tom Scogland | 1 | -1/+0 | |
2015-12-29 | fix for array handling in ancient bash | Tom Scogland | 1 | -5/+4 | |
fixes #284 | |||||
2015-12-19 | fix env module sys_type on non-LLNL systems | Mike Nolta | 1 | -4/+4 | |
2015-12-18 | remove possible trailing slash in _sp_prefix or _sp_share_dir | John Westlund | 1 | -3/+3 | |
2015-12-17 | Merge pull request #205 from trws/shell-arg-handling-fix | Todd Gamblin | 1 | -1/+7 | |
fix for the shell arg handling issues | |||||
2015-12-09 | Change github.com/scalability-llnl to github.com/llnl everywhere. | Todd Gamblin | 2 | -2/+2 | |
2015-11-25 | fix for the shell arg handling issues | Tom Scogland | 1 | -1/+7 | |
The setup-env.sh script now saves off the argument array before shifting off all the arguments so that the final command invocation doesn't arbitrarily requote the arguments. All external quoting is preserved now. This has been thoroughly tested with zsh, but should probably be tested with bash etc. before acceptance. | |||||
2015-11-06 | Added missing $_sp_flags to spack.csh so options -d -k -m -p -v get passed ↵ | Charles A. Reynolds | 1 | -1/+1 | |
on to spack proper. | |||||
2015-10-18 | Add Spack logo. | Todd Gamblin | 3 | -0/+0 | |
2015-06-09 | fixing regular expression matches to use regular expression syntax instead ↵ | Tom Scogland | 1 | -1/+1 | |
of globbing syntax | |||||
2015-02-06 | py-mako and fix for setup-env.sh | Alfredo Gimenez | 1 | -2/+2 | |
2014-09-29 | Bugfix for spack cd -h | Todd Gamblin | 2 | -2/+16 | |
2014-08-22 | Add spack cd and spack location commands. | Todd Gamblin | 4 | -42/+48 | |
- Better shell support for cd'ing into directories - Fix some csh weirdness with nested aliases. | |||||
2014-08-21 | Merge branch 'features/postgresql' into develop | Todd Gamblin | 2 | -0/+9 | |
- add spack cd command. - Fix bug in modules hook Conflicts: lib/spack/spack/cmd/stage.py lib/spack/spack/hooks/dotkit.py share/spack/setup-env.bash | |||||
2014-08-17 | Bugfixes for csh environment modules. | Todd Gamblin | 3 | -17/+52 | |
2014-08-16 | Add csh/tcsh support for modules | Todd Gamblin | 3 | -0/+140 | |
- csh scripting is a GIANT pain in the ass - hopefully the thin script layer doesn't get much more complex. | |||||
2014-08-16 | Consolidate most module code into spack.modules and spack.cmd.module | Todd Gamblin | 2 | -179/+58 | |
- One file with all the module classes (spack/modules.py) - Has an EnvModule superclass that does most of the work and consolidates common code - Subclasses have specializations for different module systems (TclModule, Dotkit) - One command (spack module) for all the types of modules to use - the one command is used by the scripts, only need to maintain in one place - has some subcommands for different module types, but they're handled mostly generically. - Consolidate zsh support into a single setup-env.sh script. | |||||
2014-08-11 | Add "spack cd" shell support to cd directly into the staged archive. | Todd Gamblin | 1 | -0/+4 | |
2014-08-04 | Fixed up module support | David Beckingsale | 1 | -0/+122 | |
2014-08-04 | Added inital module support | David Beckingsale | 1 | -16/+33 | |
2014-07-08 | Adding dotkit support to TAU. | Todd Gamblin | 1 | -0/+132 | |
- New spack.hooks package - contains modules with pre and post install hooks - New dotkit hook module - generates/removes dotkits on install/uninstall - New spack use, spack unuse commands - use same syntax as install/uninstall - New setup-env.bash script - Sets up path, dotkit support - new spack dotkit command - used by script to parse specs, generate specs of installed pckages for dotkit file names |