Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-08 | Better help formatting. | Todd Gamblin | 1 | -1/+2 | |
2013-04-04 | This adds support for multi-platform methods. | Todd Gamblin | 1 | -1/+5 | |
You can now do this: class MyPackage(Package): def install(self): ...default install... @platform('bgqos_0') def install(self): ...specialized install for bgq... This works on functions other than install, as well (as long as they're in a Package) | |||||
2013-03-25 | Moved install-spack to its own simpler command. | Todd Gamblin | 1 | -61/+0 | |
2013-03-25 | Print files that are in the way of install. | Todd Gamblin | 1 | -2/+7 | |
2013-03-25 | Adding install script | Todd Gamblin | 1 | -0/+56 | |
2013-02-22 | Better spack -h: added cmd descriptions. | Todd Gamblin | 1 | -4/+7 | |
- each cmd has a desscription attribute that is used for the help strign in argparse. | |||||
2013-02-21 | Minor changes; loosened up parallel build for dwarf. | Todd Gamblin | 1 | -0/+2 | |
2013-02-21 | Added help command and purge command. | Todd Gamblin | 1 | -1/+1 | |
2013-02-18 | Require python2.7 | Todd Gamblin | 1 | -1/+1 | |
2013-02-18 | Dependencies now work. Added libelf, libdwarf. | Todd Gamblin | 1 | -1/+1 | |
2013-02-13 | Initial version of spack with one package: cmake | Todd Gamblin | 1 | -0/+41 | |