Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Add postorder traversal to specs | Todd Gamblin | 3 | -61/+137 |
2014-08-08 | Clean up specs, spec comparison, and spec hashing. | Todd Gamblin | 6 | -64/+312 |
2014-08-04 | Partial commit of more packages. | Todd Gamblin | 5 | -27/+33 |
2014-08-04 | More descriptive error when package constructor fails. | Todd Gamblin | 1 | -1/+13 |
2014-08-04 | cannot uninstall dtcmp because depends on dtcmp | Adam Moody | 1 | -1/+1 |
2014-08-04 | Fixed up module support | David Beckingsale | 3 | -10/+11 |
2014-08-04 | Added inital module support | David Beckingsale | 5 | -0/+271 |
2014-08-04 | Merge pull request #20 in SCALE/spack from openss to develop | George Todd Gamblin | 1 | -4/+6 |
2014-08-04 | find and uninstall work when installed package is no longer in spack. | Todd Gamblin | 4 | -14/+54 |
2014-08-03 | Fix up Matt's openss packages. | Todd Gamblin | 1 | -4/+6 |
2014-07-30 | Allow per-version URLs instead of one single URL per package. | Todd Gamblin | 11 | -81/+189 |
2014-07-09 | Fix Jeff Keasler's issues and add parmetis package.v0.8 | Todd Gamblin | 3 | -7/+5 |
2014-07-09 | Fix for SPACK-35: Fortran not working properly | Todd Gamblin | 6 | -2/+7 |
2014-07-08 | Fix typos. | Todd Gamblin | 2 | -19/+20 |
2014-07-08 | Fix for finding dependent packages | Todd Gamblin | 1 | -3/+4 |
2014-07-08 | Fix for dependent package detection. | Todd Gamblin | 1 | -0/+46 |
2014-07-08 | Adding dotkit support to TAU. | Todd Gamblin | 10 | -21/+392 |
2014-07-02 | Add TAU package and routines to filter files, fix sed calls. | Todd Gamblin | 2 | -2/+75 |
2014-07-02 | Some fixes for spack-python interpreter mode. | Todd Gamblin | 1 | -6/+12 |
2014-06-24 | Reordered site configuration docs. | Todd Gamblin | 1 | -50/+51 |
2014-06-24 | Updated docs. | Todd Gamblin | 3 | -87/+232 |
2014-06-24 | Bugfix for mirror command | Todd Gamblin | 1 | -1/+1 |
2014-06-24 | spack mirror now checksums fetched archives. | Todd Gamblin | 3 | -24/+41 |
2014-06-24 | New spack mirror command, configuration. | Todd Gamblin | 6 | -49/+184 |
2014-06-24 | Add more output; don't re-add existing compilers | Todd Gamblin | 1 | -2/+11 |
2014-06-23 | import & namespace fixes | Todd Gamblin | 2 | -3/+1 |
2014-06-23 | Simplified compiler finding logic and caching. | Todd Gamblin | 4 | -66/+39 |
2014-06-22 | Multi-compiler support feature-complete. Fix SPACK-3, SPACK-4, SPACK-12. | Todd Gamblin | 11 | -150/+519 |
2014-06-22 | Executables can optionally ignore error output. | Todd Gamblin | 1 | -6/+24 |
2014-06-22 | Enable allow_no_value for config parser. | Todd Gamblin | 1 | -19/+53 |
2014-06-22 | Make tests use mock compiler configuration. | Todd Gamblin | 2 | -2/+13 |
2014-06-22 | Set default editor to vi if EDITOR is not set. | Todd Gamblin | 1 | -1/+1 |
2014-06-22 | Add working_dir, Version back into package build namespace. | Todd Gamblin | 1 | -1/+7 |
2014-06-22 | Compiler support now uses configuration files. | Todd Gamblin | 11 | -68/+286 |
2014-06-22 | Make debug and verbose output work properly. | Todd Gamblin | 2 | -7/+31 |
2014-06-22 | Minor cleanup and bug fixes. | Todd Gamblin | 7 | -20/+26 |
2014-06-22 | Add support for configuration files. Fix SPACK-24. | Todd Gamblin | 4 | -1/+597 |
2014-06-22 | Proper exiting for forked process in do_install() | Todd Gamblin | 1 | -11/+15 |
2014-06-22 | Move globals to spack's __init__.py | Todd Gamblin | 2 | -37/+7 |
2014-06-22 | Move globals to spack's __init__.py | Todd Gamblin | 3 | -145/+172 |
2014-06-22 | Initial ability to swap compilers. | Todd Gamblin | 17 | -117/+227 |
2014-06-22 | Better satisfies: e.g., v4.7.3 now satisfies v4.7 | Todd Gamblin | 5 | -13/+118 |
2014-06-22 | Add CompilerSpec class and loading capability. | Todd Gamblin | 11 | -92/+177 |
2014-06-22 | Implemented compiler concretization policy. | Todd Gamblin | 5 | -41/+91 |
2014-06-22 | Sorted out spack.compilers vs var/spack/compilers | Todd Gamblin | 8 | -53/+118 |
2014-06-22 | Make Compiler constructor behave like Spec constructor. | Todd Gamblin | 6 | -27/+47 |
2014-06-22 | partial checkin | Todd Gamblin | 1 | -0/+57 |
2014-05-27 | Merge pull request #10 in SCALE/spack from ~SHRADER3/spack:develop to develop | George Todd Gamblin | 1 | -2/+2 |
2014-05-27 | Fix for SPACK-28: truncated output in docs. | Todd Gamblin | 1 | -1/+0 |
2014-05-27 | Add index_by function to llnl.util.lang | Todd Gamblin | 1 | -0/+58 |