Add csh/tcsh support for modules

- csh scripting is a GIANT pain in the ass
- hopefully the thin script layer doesn't get much more complex.
This commit is contained in:
Todd Gamblin
2014-08-16 14:58:15 -07:00
parent 221cf6acb9
commit 776560f8ce
4 changed files with 141 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ def print_help():
" . %s/setup-env.sh" % spack.share_path,
"",
"For csh and tcsh:",
" setenv SPACK_ROOT %s" % spack.prefix,
" source %s/setup-env.csh" % spack.share_path,
"")