summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-29added docstringPeter Scheibel1-0/+1
2016-03-29in the case of multiple digests, avoid creating different mirror filenames fr...Peter Scheibel1-1/+1
2016-03-29(1) access package via spec property (2) use any digest to form archive filenamePeter Scheibel1-4/+4
2016-03-29mirror archive filename now includes the digest type as well as the digestPeter Scheibel3-12/+12
2016-03-25handle case where file contents change but resource name does not (e.g. if re...Peter Scheibel2-1/+14
2016-03-24spacing issuePeter Scheibel1-0/+1
2016-03-24implemented cache_local method for DIY stage (as a noop)Peter Scheibel1-0/+2
2016-03-24stage creates cache fetcher with cache object (so it can be mocked for tests)Peter Scheibel5-12/+31
2016-03-24remove unused importPeter Scheibel1-1/+0
2016-03-24(1) move definition of MockCache to test command (no definitions or extra wor...Peter Scheibel3-14/+7
2016-03-23replace references to cache directory with references to new cache object. te...Peter Scheibel5-10/+24
2016-03-23clear test cache before and after each MockPackagesTest (I think Ive got a be...Peter Scheibel3-6/+8
2016-03-22(1) relocate cache for tests (2) initial approach for restoring unit tests (j...Peter Scheibel2-0/+8
2016-03-22URLFetchStrategy.archive does a copy vs. a move nowPeter Scheibel2-6/+3
2016-03-21temporarily wrap archiving with conditional to avoid moving (this still cause...Peter Scheibel1-4/+5
2016-03-21undoing whitespace-only diffPeter Scheibel1-2/+0
2016-03-21pursuing a strategy using fetch.archive and treating var/spack/cache as a mir...Peter Scheibel3-18/+14
2016-03-18move cache to var/spack/cachePeter Scheibel1-1/+1
2016-03-18since only archives with checksums can be retrieved from the cache, make sure...Peter Scheibel1-1/+1
2016-03-18rename for clarityPeter Scheibel1-2/+2
2016-03-18(1) add a var/cache directory under spack. (2) downloads from URLFetchStrateg...Peter Scheibel2-0/+21
2016-03-18Merge pull request #574 from LLNL/features/flattenerTodd Gamblin2-0/+32
2016-03-18changed function name and removed hardcoded libs dirGregory Becker2-5/+4
2016-03-18cleanupGregory Becker1-1/+0
2016-03-18Refactoring flat_installGregory Becker3-24/+33
2016-03-18Merge pull request #576 from adamjstewart/features/tarTodd Gamblin2-5/+4
2016-03-18Add support for .tar filesAdam J. Stewart2-5/+4
2016-03-18added error class for error that should never come upGregory Becker1-0/+7
2016-03-18Created flatten_dependencies function that dummy packages can use to create s...Gregory Becker1-0/+18
2016-03-18Add additional suffixes for GCC compilerBen Morgan1-1/+2
2016-03-17Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554Todd Gamblin2-23/+83
2016-03-16Fix grammar in mirrors documentationAdam J. Stewart1-1/+1
2016-03-15Add sanity check paths to packages; fix #505Todd Gamblin1-2/+24
2016-03-15Merge pull request #549 from LLNL/bugfix/gh538-less-greedy-concretizeMatthew LeGendre6-120/+222
2016-03-15Fix #551: version bug in `spack create`Todd Gamblin1-3/+3
2016-03-14Make concretization less greedy: add backtracking for virtuals.Todd Gamblin3-112/+174
2016-03-14Add some tests for packages with multiple virtual dependencies.Todd Gamblin1-1/+28
2016-03-14Add `package_class` method to spec.Todd Gamblin3-5/+18
2016-03-14Optimize __eq__ and __ne__ in key_orderingTodd Gamblin1-2/+2
2016-03-13Fixed typo in typo fix.Elizabeth F1-1/+1
2016-03-13Fixed typo bug. Made error comment more explicitElizabeth F1-2/+2
2016-03-11Merge pull request #536 from adamjstewart/fixes/doc_typosbecker332-7/+7
2016-03-11Documentation typo fixesAdam J. Stewart2-7/+7
2016-03-11Invert and rename the `nobuild` option in package.yaml configs to `buildable`.Matthew LeGendre4-22/+21
2016-03-10Merge pull request #532 from mplegendre/bugfix/ordering_satisfiesTodd Gamblin1-7/+10
2016-03-10Fix issue with preferred satisfies not being respectedMatthew LeGendre1-7/+10
2016-03-10Merge pull request #531 from mplegendre/bugfix/github-530Todd Gamblin1-1/+1
2016-03-10Fix type error that was causing mis-ordering of compiler versionsMatthew LeGendre1-1/+1
2016-03-10Indentation change.Todd Gamblin1-11/+11
2016-03-10Merge branch 'mplegendre-features/external-packages' into developTodd Gamblin15-180/+975