summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Documentation skeletonTodd Gamblin20-0/+1341
2013-12-09Tweak for help outputTodd Gamblin1-2/+1
2013-12-09use get instead of setdefault for kwargs.Todd Gamblin1-4/+4
2013-12-09type(foo) == bar -> isinstance(foo, bar)Todd Gamblin5-19/+21
2013-12-08Additional circular reference checkingTodd Gamblin1-4/+8
2013-12-08Fixes for virtual packages.Todd Gamblin14-117/+393
2013-12-07Better test output -- include totals.Todd Gamblin2-24/+55
2013-12-07Added support for virtual dependencies ("provides")Todd Gamblin10-155/+533
2013-12-01More stage tests.Todd Gamblin2-14/+49
2013-11-24Reworked stage paths to allow %u for username. Added stage test.Todd Gamblin8-66/+385
2013-11-23Gracefully handle lack of network connection.Todd Gamblin3-19/+31
2013-11-23Generalize package relations like depends_on, provides, conflicts.Todd Gamblin3-19/+34
2013-11-23Move concretization into its own class.Todd Gamblin5-56/+73
2013-11-23Cleanup and comments.Todd Gamblin8-31/+60
2013-11-23Fix virtual method.Todd Gamblin1-2/+9
2013-11-23Added web spider capability for listing versions.Todd Gamblin19-55/+317
2013-11-20Update libdwarf URL.Todd Gamblin2-9/+8
2013-10-26First cut concretization works, with tests.Todd Gamblin18-119/+268
2013-10-18Added unit tests for spec normalization.Todd Gamblin3-25/+135
2013-10-17spack test runs all tests by defaultTodd Gamblin1-6/+6
2013-10-17spec flatten, normalize, validate; package validateTodd Gamblin21-167/+641
2013-10-15Spec constraints and normalization now work.Todd Gamblin17-191/+473
2013-10-11Command to launch interpreter with spack in sys.pathTodd Gamblin1-0/+21
2013-10-11Command to run pydoc on spack classes.Todd Gamblin1-0/+9
2013-10-07Refactor utils into separate modules.Todd Gamblin14-225/+221
2013-10-07Start to make a bigger package out of utils.pyTodd Gamblin14-79/+111
2013-10-07Checkpoint commit: much-improved spec class.Todd Gamblin27-361/+1411
2013-06-29Add spec architeccture, redo color output support.Todd Gamblin5-69/+128
2013-06-29Clean up half-downloaded tarballs.Todd Gamblin1-5/+11
2013-06-29Adding expression syntax for console colors.Todd Gamblin1-0/+162
2013-06-02Add checks for version 2.7Todd Gamblin2-2/+7
2013-05-17Better error messages for spack list -v.Todd Gamblin1-16/+20
2013-05-17Ability to list versions from web page with spack list -v PACKAGETodd Gamblin7-27/+129
2013-05-17Added command to print out URL and homepage.Todd Gamblin1-0/+13
2013-05-17Renamed variables called 'spec' to 'path'Todd Gamblin1-31/+36
2013-05-15Use realpath in addition to expanduser to locate spack directory.Todd Gamblin1-1/+2
2013-05-13list_modules will now find directories.Todd Gamblin1-4/+11
2013-05-12Added EBNF grammar.Todd Gamblin1-0/+22
2013-05-12Commands take specs as input instead of names.Todd Gamblin15-180/+265
2013-05-12More rubust spec parsing and error messagesTodd Gamblin4-41/+120
2013-05-09Initial implementation of package specs, including parser.Todd Gamblin10-76/+821
2013-05-09Removed old versions.pyTodd Gamblin1-245/+0
2013-05-09Don't exit after one test.Todd Gamblin1-1/+1
2013-05-09Changed class name.Todd Gamblin1-0/+244
2013-05-09Removed executable bit.Todd Gamblin1-0/+0
2013-04-28Tests can be run via spack test <test_name>Todd Gamblin8-217/+325
2013-04-08Better help formatting.Todd Gamblin1-1/+2
2013-04-08Merge pull request #1 from feature-platforms to masterTodd Gamblin14-82/+334
2013-04-04This adds support for multi-platform methods.Todd Gamblin14-82/+334
2013-03-25Moved install-spack to its own simpler command.Todd Gamblin3-64/+53