summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30Overhaul Spack's CI InfrastructureAdam J. Stewart2-1/+5
2016-08-28Run flake8 checks on new untracked files (#1510)Adam J. Stewart1-0/+2
2016-08-11Always clean up tmp files, even if killedAdam J. Stewart1-10/+14
2016-08-11Allow run-flake8 to be run from anywhereAdam J. Stewart1-5/+3
2016-08-11Run flake8 checks on changed uncommitted filesAdam J. Stewart1-7/+14
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-4/+13
2016-07-30qa : fixes #1370 (no flake8 on python 2.6, coveralls only python 2.7)alalazo1-0/+20
2016-07-22Adding temporary script that fixes all Python extensions w/ 'setup_py'.Joseph Ciurej1-0/+5
2016-07-21Fix recursive module loading.Michael Kuhn1-4/+4
2016-07-18Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo2-9/+22
features/module_refresh Conflicts: share/spack/setup-env.sh
2016-07-15Merge pull request #1246 from suraia/improve-shell-integrationbecker331-8/+20
Improve shell integration.
2016-07-15Updates to run-flake8 testAdam J. Stewart1-1/+2
2016-07-14Support --dependencies for recursively loading modules.Michael Kuhn1-1/+1
2016-07-13Improve shell integration.Michael Kuhn1-8/+20
Enable sh emulation for Zsh and allow loading modules recursively.
2016-06-28module : can regenerate single module files, homogenized cli optionsalalazo2-8/+8
spack module : - refresh accepts a constraint - find and refresh share common cli options - ask for confirmation before refreshing - deleting the module file tree is now optional
2016-06-15Ignore E501 for depends_on and extendsAdam J. Stewart1-0/+2
2016-05-16Added line limit exemptions for 'variant' and 'version' directives.Joseph Ciurej1-2/+7
Updated the 'scotch' package to use oneline 'variant' directives.
2016-05-16Updated style checking to ignore refinition errors for '@when' fxns.Joseph Ciurej1-1/+4
Updated the Scotch package to conform to PEP8 standards and to test style checking improvements.
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin2-18/+18
2016-05-11Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo1-0/+55
features/custom_modulefile_from_config Conflicts: lib/spack/spack/config.py
2016-05-11Add run-flake8 script.Todd Gamblin1-0/+55
- was missing the obvious.
2016-05-11Use just one flake8 file; mark package.py files to avoid E501 w/url.Todd Gamblin2-21/+0
2016-05-11Update code style checking.Todd Gamblin2-0/+21
- Exempt overlong URL lines from checks. - Omit some of the more painful PEP items.
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo1-2/+5
features/custom_modulefile_from_config
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
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-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
This reverts commit 496e4856916cb881da916539635e9bfa3e1406af. Undo overly large set of changes -- LLVM wasn't ready. Tom can recommit just the zsh stuff.
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
fixes #284
2015-12-19fix env module sys_type on non-LLNL systemsMike Nolta1-4/+4
2015-12-18remove possible trailing slash in _sp_prefix or _sp_share_dirJohn Westlund1-3/+3
2015-12-17Merge pull request #205 from trws/shell-arg-handling-fixTodd Gamblin1-1/+7
fix for the shell arg handling issues
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin2-2/+2
2015-11-25fix for the shell arg handling issuesTom Scogland1-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-06Added missing $_sp_flags to spack.csh so options -d -k -m -p -v get passed ↵Charles A. Reynolds1-1/+1
on to spack proper.
2015-10-18Add Spack logo.Todd Gamblin3-0/+0
2015-06-09fixing regular expression matches to use regular expression syntax instead ↵Tom Scogland1-1/+1
of globbing syntax
2015-02-06py-mako and fix for setup-env.shAlfredo Gimenez1-2/+2
2014-09-29Bugfix for spack cd -hTodd Gamblin2-2/+16
2014-08-22Add spack cd and spack location commands.Todd Gamblin4-42/+48
- Better shell support for cd'ing into directories - Fix some csh weirdness with nested aliases.
2014-08-21Merge branch 'features/postgresql' into developTodd Gamblin2-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-17Bugfixes for csh environment modules.Todd Gamblin3-17/+52
2014-08-16Add csh/tcsh support for modulesTodd Gamblin3-0/+140
- csh scripting is a GIANT pain in the ass - hopefully the thin script layer doesn't get much more complex.
2014-08-16Consolidate most module code into spack.modules and spack.cmd.moduleTodd Gamblin2-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-11Add "spack cd" shell support to cd directly into the staged archive.Todd Gamblin1-0/+4
2014-08-04Fixed up module supportDavid Beckingsale1-0/+122