Merge branch 'features/postgresql' into develop

- 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
This commit is contained in:
Todd Gamblin
2014-08-21 22:59:39 -07:00
8 changed files with 115 additions and 27 deletions

View File

@@ -45,6 +45,10 @@ set _sp_spec=""
# Figure out what type of module we're running here.
set _sp_modtype = ""
switch ($_sp_subcommand)
case "cd":
shift _sp_args
cd `spack stage --print-build-dir $_sp_args`
breaksw
case use:
case unuse:
case load: