summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29added docstringPeter Scheibel1-0/+1
2016-03-29in the case of multiple digests, avoid creating different mirror filenames ↵Peter Scheibel1-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 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 ↵Peter Scheibel2-1/+14
resource maintainer uses same name for each new version of a package)
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 ↵Peter Scheibel3-14/+7
work is required in MockPackagesTest) (2) removing outdated logic (which originated in this branch) and minor cleanup
2016-03-23replace references to cache directory with references to new cache object. ↵Peter Scheibel5-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-23clear test cache before and after each MockPackagesTest (I think Ive got a ↵Peter Scheibel3-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 Scheibel2-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-22URLFetchStrategy.archive does a copy vs. a move nowPeter Scheibel2-6/+3
2016-03-21temporarily wrap archiving with conditional to avoid moving (this still ↵Peter Scheibel1-4/+5
causes a failure on the initial download)
2016-03-21undoing whitespace-only diffPeter Scheibel1-2/+0
2016-03-21pursuing a strategy using fetch.archive and treating var/spack/cache as a ↵Peter Scheibel3-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-18move cache to var/spack/cachePeter Scheibel1-1/+1
2016-03-18since only archives with checksums can be retrieved from the cache, make ↵Peter Scheibel1-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-18rename for clarityPeter Scheibel1-2/+2
2016-03-18(1) add a var/cache directory under spack. (2) downloads from ↵Peter Scheibel2-0/+21
URLFetchStrategy check the cache and skip the download if the source is available there.
2016-03-18Merge pull request #574 from LLNL/features/flattenerTodd Gamblin2-0/+32
Created flatten_dependencies function
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
Add support for .tar files
2016-03-18Add support for .tar filesAdam J. Stewart2-5/+4
2016-03-18Merge pull request #569 from drbenmorgan/gcc-suffixesTodd Gamblin1-1/+2
Add additional suffixes for GCC compiler
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 ↵Gregory Becker1-0/+18
sane install environments.
2016-03-18Add additional suffixes for GCC compilerBen Morgan1-1/+2
2016-03-17Merge pull request #566 from eschnett/eschnett/papiTodd Gamblin1-0/+1
Update PAPI to 5.4.3
2016-03-17Merge pull request #567 from eschnett/eschnett/openblasTodd Gamblin1-0/+1
Update OpenBLAS to 0.2.16
2016-03-17Merge pull request #565 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.47.1
2016-03-17Update OpenBLAS to 0.2.16Erik Schnetter1-0/+1
2016-03-17Update PAPI to 5.4.3Erik Schnetter1-0/+1
2016-03-17Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554Todd Gamblin3-25/+84
- Add documentation as well.
2016-03-17Update curl to 7.47.1Erik Schnetter1-0/+1
2016-03-16Merge pull request #560 from citibeth/efischer/160316-GitFixTodd Gamblin1-7/+17
Disabled Vulnerable Git Versions
2016-03-16Merge pull request #559 from adamjstewart/typos/mirrorsbecker331-1/+1
Fix grammar in mirrors documentation
2016-03-161. Disabled git versions known to have vulnerabilities.citibeth1-7/+17
2. Added autoconf command to allow building directly from GitHub source.
2016-03-16Fix grammar in mirrors documentationAdam J. Stewart1-1/+1
2016-03-16Merge pull request #555 from epfl-scitas/packages/binutilsTodd Gamblin1-4/+7
Adding latest version in binutils
2016-03-16Merge pull request #554 from LLNL/features/sanity-check-pathsTodd Gamblin2-2/+27
Add sanity check paths to packages; fix #505
2016-03-16Change urls in binutils to help 'spack checksum/versions' + adding latest ↵Nicolas Richart1-4/+7
version
2016-03-15Add sanity checks to the libelf build.Todd Gamblin1-0/+3
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 LeGendre8-120/+299
Bugfix/gh538 less greedy concretize
2016-03-15Fix #551: version bug in `spack create`Todd Gamblin1-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-15Add compiler info and a simple libdwarf build to the checks.Todd Gamblin1-0/+3