Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-20 | Fix bug in checksum reporting | David Shrader | 1 | -2/+2 |
2014-05-17 | Better version substitution and wildcard URLs. | Todd Gamblin | 6 | -63/+156 |
2014-05-16 | Bugfix in error message. | Todd Gamblin | 1 | -1/+1 |
2014-05-04 | Allow widths in spec format strings. | Todd Gamblin | 2 | -9/+30 |
2014-04-29 | Merge pull request #8 in SCALE/spack from features/boost to develop | George Todd Gamblin | 6 | -27/+46 |
2014-04-25 | Clean up commands and get rid of inconsistent --dirty options | Todd Gamblin | 5 | -26/+30 |
2014-04-25 | Fix SPACK-17: Remove install prefix if install() fails | Todd Gamblin | 1 | -3/+6 |
2014-04-25 | Better temp directory selection. | Todd Gamblin | 1 | -3/+6 |
2014-04-25 | Status messages now show install and stage directories. | Todd Gamblin | 1 | -2/+3 |
2014-04-25 | Better version wildcard handling, better spidering | Todd Gamblin | 4 | -22/+37 |
2014-04-24 | Merge pull request #7 in SCALE/spack from bugfix/SPACK-10-fork-on-install to ... | George Todd Gamblin | 3 | -35/+90 |
2014-04-24 | Merge pull request #6 in SCALE/spack from bugfix/SPACK-20-bin-directories-in-... | George Todd Gamblin | 4 | -126/+181 |
2014-04-16 | Fix for SPACK-10: Spack now forks before install() | Todd Gamblin | 3 | -35/+90 |
2014-04-16 | Default SYS_TYPE should just be an unknown architecture. | Todd Gamblin | 1 | -1/+1 |
2014-04-15 | bugfix for SPACK-20: add dependency bin directories to PATH | Todd Gamblin | 4 | -126/+181 |
2014-04-14 | use installed property to check package existence | Gregory L. Lee | 1 | -1/+1 |
2014-04-14 | fixed installed dependents and uninstall error message | Gregory L. Lee | 1 | -5/+3 |
2014-04-14 | Fix for SPACK-22: Consistent dependency hashing. | Todd Gamblin | 1 | -14/+15 |
2014-04-14 | Print compiler correctly. | Todd Gamblin | 1 | -1/+1 |
2014-04-14 | Clean up find command, move code to utils. | Todd Gamblin | 5 | -58/+99 |
2014-04-14 | Fix broken calls into colify. | Todd Gamblin | 1 | -2/+2 |
2014-04-13 | Fix SPACK-21: stage names are too long | Todd Gamblin | 3 | -16/+16 |
2014-04-13 | Make SSL verification failures recommend spack -k | Todd Gamblin | 4 | -13/+30 |
2014-03-16 | Update docs for new package structure. | Todd Gamblin | 2 | -133/+109 |
2014-03-16 | Move packages and mock packages to /var/spack | Todd Gamblin | 38 | -1600/+11 |
2014-03-16 | Add a test for package names | Todd Gamblin | 1 | -1/+12 |
2014-03-16 | Modify create and edit to work with new package format. | Todd Gamblin | 2 | -4/+10 |