- Jul 22, 2016
-
-
Joseph Ciurej authored
-
- Jul 21, 2016
-
-
Michael Kuhn authored
-
- Jul 15, 2016
-
-
Adam J. Stewart authored
-
- Jul 14, 2016
-
-
Michael Kuhn authored
-
- Jul 13, 2016
-
-
Michael Kuhn authored
Enable sh emulation for Zsh and allow loading modules recursively.
-
- Jun 28, 2016
-
-
Massimiliano Culpo authored
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
-
- Jun 15, 2016
-
-
Adam J. Stewart authored
-
- May 16, 2016
-
-
Joseph Ciurej authored
Updated the 'scotch' package to use oneline 'variant' directives.
-
Joseph Ciurej authored
Updated the Scotch package to conform to PEP8 standards and to test style checking improvements.
-
- May 14, 2016
-
-
Brett Viren authored
-
- May 12, 2016
-
-
Todd Gamblin authored
-
- May 11, 2016
-
-
Todd Gamblin authored
- was missing the obvious.
-
Todd Gamblin authored
-
Todd Gamblin authored
- Exempt overlong URL lines from checks. - Omit some of the more painful PEP items.
-
- May 07, 2016
-
-
Brett Viren authored
I addressed them by factoring the code better to follow the visitor pattern. This will allow actions to be easily added in the future. These may not even be file sytsem views. One could add actions to generate shell init scripts, JSON DAG-dumpers, GraphViz DOT file generators, etc (yes, some of these are alread in there - just to give the idea). Also added is a top-level test $ source share/spack/setup-env.sh $ ./share/spack/examples/test_view.sh Read the top of that script first.
-
- Apr 29, 2016
-
-
Tom Scogland authored
-
- Apr 28, 2016
-
-
Tom Scogland authored
-
- Apr 18, 2016
-
-
Massimiliano Culpo authored
-
- Mar 31, 2016
-
-
Patrick Gartung authored
remove the part I added to setup-env.sh as this does not work unless the modules package is already built.
-
- Mar 29, 2016
-
-
Patrick Gartung authored
-
- Mar 19, 2016
-
-
Erik Schnetter authored
-
- Dec 30, 2015
-
-
Tom Scogland authored
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.
-
Tom Scogland authored
-
Todd Gamblin authored
This reverts commit 496e4856. Undo overly large set of changes -- LLVM wasn't ready. Tom can recommit just the zsh stuff.
-
Tom Scogland authored
-
- Dec 29, 2015
-
-
Tom Scogland authored
fixes #284
-
- Dec 19, 2015
-
-
Mike Nolta authored
-
John Westlund authored
-
- Dec 09, 2015
-
-
Todd Gamblin authored
-
- Nov 25, 2015
-
-
Tom Scogland authored
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.
-
- Nov 06, 2015
-
-
Charles A. Reynolds authored
-
- Oct 19, 2015
-
-
Todd Gamblin authored
-
- Jun 10, 2015
-
-
Tom Scogland authored
-
- Feb 07, 2015
-
-
Alfredo Gimenez authored
-
- Sep 30, 2014
-
-
Todd Gamblin authored
-
- Aug 22, 2014
-
-
Todd Gamblin authored
- Better shell support for cd'ing into directories - Fix some csh weirdness with nested aliases.
-
- Aug 17, 2014
-
-
Todd Gamblin authored
-
- Aug 16, 2014
-
-
Todd Gamblin authored
- csh scripting is a GIANT pain in the ass - hopefully the thin script layer doesn't get much more complex.
-
Todd Gamblin authored
- 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.
-
- Aug 12, 2014
-
-
Todd Gamblin authored
-