Skip to content
Snippets Groups Projects
  1. Jul 22, 2016
  2. Jul 21, 2016
  3. Jul 15, 2016
  4. Jul 14, 2016
  5. Jul 13, 2016
  6. Jun 28, 2016
  7. Jun 15, 2016
  8. May 16, 2016
  9. May 14, 2016
  10. May 12, 2016
  11. May 11, 2016
  12. May 07, 2016
    • Brett Viren's avatar
      Address all coments in @trws's latest comment in PR #869. · 2d1430da
      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.
      2d1430da
  13. Apr 29, 2016
  14. Apr 28, 2016
  15. Apr 18, 2016
  16. Mar 31, 2016
  17. Mar 29, 2016
  18. Mar 19, 2016
  19. Dec 30, 2015
  20. Dec 29, 2015
  21. Dec 19, 2015
  22. Dec 09, 2015
  23. Nov 25, 2015
    • Tom Scogland's avatar
      fix for the shell arg handling issues · 3ce99cf4
      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.
      3ce99cf4
  24. Nov 06, 2015
  25. Oct 19, 2015
  26. Jun 10, 2015
  27. Feb 07, 2015
  28. Sep 30, 2014
  29. Aug 22, 2014
  30. Aug 17, 2014
  31. Aug 16, 2014
    • Todd Gamblin's avatar
      Add csh/tcsh support for modules · 776560f8
      Todd Gamblin authored
      - csh scripting is a GIANT pain in the ass
      - hopefully the thin script layer doesn't get much more complex.
      776560f8
    • Todd Gamblin's avatar
      Consolidate most module code into spack.modules and spack.cmd.module · 221cf6ac
      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.
      221cf6ac
  32. Aug 12, 2014
Loading