Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-29 | added docstring | Peter Scheibel | 1 | -0/+1 | |
2016-03-29 | in the case of multiple digests, avoid creating different mirror filenames ↵ | Peter Scheibel | 1 | -1/+1 | |
from run to run (as long as the available digests do not change) | |||||
2016-03-29 | (1) access package via spec property (2) use any digest to form archive filename | Peter Scheibel | 1 | -4/+4 | |
2016-03-29 | mirror archive filename now includes the digest type as well as the digest | Peter Scheibel | 3 | -12/+12 | |
2016-03-25 | handle case where file contents change but resource name does not (e.g. if ↵ | Peter Scheibel | 2 | -1/+14 | |
resource maintainer uses same name for each new version of a package) | |||||
2016-03-24 | spacing issue | Peter Scheibel | 1 | -0/+1 | |
2016-03-24 | implemented cache_local method for DIY stage (as a noop) | Peter Scheibel | 1 | -0/+2 | |
2016-03-24 | stage creates cache fetcher with cache object (so it can be mocked for tests) | Peter Scheibel | 5 | -12/+31 | |
2016-03-24 | remove unused import | Peter Scheibel | 1 | -1/+0 | |
2016-03-24 | (1) move definition of MockCache to test command (no definitions or extra ↵ | Peter Scheibel | 3 | -14/+7 | |
work is required in MockPackagesTest) (2) removing outdated logic (which originated in this branch) and minor cleanup | |||||
2016-03-23 | replace references to cache directory with references to new cache object. ↵ | Peter Scheibel | 5 | -10/+24 | |
tests may assign a mock cache but by default it is None (this will avoid any implicit caching behavior confusing unit tests) | |||||
2016-03-23 | clear test cache before and after each MockPackagesTest (I think Ive got a ↵ | Peter Scheibel | 3 | -6/+8 | |
better way to avoid test fragility but Ill add this for now) | |||||
2016-03-22 | (1) relocate cache for tests (2) initial approach for restoring unit tests ↵ | Peter Scheibel | 2 | -0/+8 | |
(just for git tests although the same concept applies to the other unit tests which are failing - namely those for svn and hg) | |||||
2016-03-22 | URLFetchStrategy.archive does a copy vs. a move now | Peter Scheibel | 2 | -6/+3 | |
2016-03-21 | temporarily wrap archiving with conditional to avoid moving (this still ↵ | Peter Scheibel | 1 | -4/+5 | |
causes a failure on the initial download) | |||||
2016-03-21 | undoing whitespace-only diff | Peter Scheibel | 1 | -2/+0 | |
2016-03-21 | pursuing a strategy using fetch.archive and treating var/spack/cache as a ↵ | Peter Scheibel | 3 | -18/+14 | |
mirror. this should support both URLFetchStrategy as well as VCSFetchStrategy (the previous strategy supported only the former). this won't work until URLFetchStrategy.archive is updated | |||||
2016-03-18 | move cache to var/spack/cache | Peter Scheibel | 1 | -1/+1 | |
2016-03-18 | since only archives with checksums can be retrieved from the cache, make ↵ | Peter Scheibel | 1 | -1/+1 | |
sure that an archive without a checksum isnt placed there (this wouldn't cause an error but does waste space and might be confusing) | |||||
2016-03-18 | rename for clarity | Peter Scheibel | 1 | -2/+2 | |
2016-03-18 | (1) add a var/cache directory under spack. (2) downloads from ↵ | Peter Scheibel | 2 | -0/+21 | |
URLFetchStrategy check the cache and skip the download if the source is available there. | |||||
2016-03-18 | Merge pull request #574 from LLNL/features/flattener | Todd Gamblin | 2 | -0/+32 | |
Created flatten_dependencies function | |||||
2016-03-18 | changed function name and removed hardcoded libs dir | Gregory Becker | 2 | -5/+4 | |
2016-03-18 | cleanup | Gregory Becker | 1 | -1/+0 | |
2016-03-18 | Refactoring flat_install | Gregory Becker | 3 | -24/+33 | |
2016-03-18 | Merge pull request #576 from adamjstewart/features/tar | Todd Gamblin | 2 | -5/+4 | |
Add support for .tar files | |||||
2016-03-18 | Add support for .tar files | Adam J. Stewart | 2 | -5/+4 | |
2016-03-18 | Merge pull request #569 from drbenmorgan/gcc-suffixes | Todd Gamblin | 1 | -1/+2 | |
Add additional suffixes for GCC compiler | |||||
2016-03-18 | added error class for error that should never come up | Gregory Becker | 1 | -0/+7 | |
2016-03-18 | Created flatten_dependencies function that dummy packages can use to create ↵ | Gregory Becker | 1 | -0/+18 | |
sane install environments. | |||||
2016-03-18 | Add additional suffixes for GCC compiler | Ben Morgan | 1 | -1/+2 | |
2016-03-17 | Merge pull request #566 from eschnett/eschnett/papi | Todd Gamblin | 1 | -0/+1 | |
Update PAPI to 5.4.3 | |||||
2016-03-17 | Merge pull request #567 from eschnett/eschnett/openblas | Todd Gamblin | 1 | -0/+1 | |
Update OpenBLAS to 0.2.16 | |||||
2016-03-17 | Merge pull request #565 from eschnett/eschnett/curl | Todd Gamblin | 1 | -0/+1 | |
Update curl to 7.47.1 | |||||
2016-03-17 | Update OpenBLAS to 0.2.16 | Erik Schnetter | 1 | -0/+1 | |
2016-03-17 | Update PAPI to 5.4.3 | Erik Schnetter | 1 | -0/+1 | |
2016-03-17 | Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554 | Todd Gamblin | 3 | -25/+84 | |
- Add documentation as well. | |||||
2016-03-17 | Update curl to 7.47.1 | Erik Schnetter | 1 | -0/+1 | |
2016-03-16 | Merge pull request #560 from citibeth/efischer/160316-GitFix | Todd Gamblin | 1 | -7/+17 | |
Disabled Vulnerable Git Versions | |||||
2016-03-16 | Merge pull request #559 from adamjstewart/typos/mirrors | becker33 | 1 | -1/+1 | |
Fix grammar in mirrors documentation | |||||
2016-03-16 | 1. Disabled git versions known to have vulnerabilities. | citibeth | 1 | -7/+17 | |
2. Added autoconf command to allow building directly from GitHub source. | |||||
2016-03-16 | Fix grammar in mirrors documentation | Adam J. Stewart | 1 | -1/+1 | |
2016-03-16 | Merge pull request #555 from epfl-scitas/packages/binutils | Todd Gamblin | 1 | -4/+7 | |
Adding latest version in binutils | |||||
2016-03-16 | Merge pull request #554 from LLNL/features/sanity-check-paths | Todd Gamblin | 2 | -2/+27 | |
Add sanity check paths to packages; fix #505 | |||||
2016-03-16 | Change urls in binutils to help 'spack checksum/versions' + adding latest ↵ | Nicolas Richart | 1 | -4/+7 | |
version | |||||
2016-03-15 | Add sanity checks to the libelf build. | Todd Gamblin | 1 | -0/+3 | |
2016-03-15 | Add sanity check paths to packages; fix #505 | Todd Gamblin | 1 | -2/+24 | |
2016-03-15 | Merge pull request #549 from LLNL/bugfix/gh538-less-greedy-concretize | Matthew LeGendre | 8 | -120/+299 | |
Bugfix/gh538 less greedy concretize | |||||
2016-03-15 | Fix #551: version bug in `spack create` | Todd Gamblin | 1 | -3/+3 | |
- `spack create` now sets a proper version in generated file, based on the filename, even if it can't find any tarballs for the package. | |||||
2016-03-15 | Add compiler info and a simple libdwarf build to the checks. | Todd Gamblin | 1 | -0/+3 | |