index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
adelie-v0.23.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-29
removed stale TODO
Peter Scheibel
1
-2
/
+1
2016-03-29
added docstring
Peter Scheibel
1
-0
/
+1
2016-03-29
in the case of multiple digests, avoid creating different mirror filenames fr...
Peter Scheibel
1
-1
/
+1
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 re...
Peter Scheibel
2
-1
/
+14
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 wor...
Peter Scheibel
3
-14
/
+7
2016-03-23
replace references to cache directory with references to new cache object. te...
Peter Scheibel
5
-10
/
+24
2016-03-23
clear test cache before and after each MockPackagesTest (I think Ive got a be...
Peter Scheibel
3
-6
/
+8
2016-03-22
(1) relocate cache for tests (2) initial approach for restoring unit tests (j...
Peter Scheibel
2
-0
/
+8
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 cause...
Peter Scheibel
1
-4
/
+5
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 mir...
Peter Scheibel
3
-18
/
+14
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 sure...
Peter Scheibel
1
-1
/
+1
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 URLFetchStrateg...
Peter Scheibel
2
-0
/
+21
2016-03-18
Merge pull request #574 from LLNL/features/flattener
Todd Gamblin
2
-0
/
+32
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
2016-03-18
Add support for .tar files
Adam J. Stewart
2
-5
/
+4
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 s...
Gregory Becker
1
-0
/
+18
2016-03-18
Add additional suffixes for GCC compiler
Ben Morgan
1
-1
/
+2
2016-03-17
Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554
Todd Gamblin
2
-23
/
+83
2016-03-16
Fix grammar in mirrors documentation
Adam J. Stewart
1
-1
/
+1
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
6
-120
/
+222
2016-03-15
Fix #551: version bug in `spack create`
Todd Gamblin
1
-3
/
+3
2016-03-14
Make concretization less greedy: add backtracking for virtuals.
Todd Gamblin
3
-112
/
+174
2016-03-14
Add some tests for packages with multiple virtual dependencies.
Todd Gamblin
1
-1
/
+28
2016-03-14
Add `package_class` method to spec.
Todd Gamblin
3
-5
/
+18
2016-03-14
Optimize __eq__ and __ne__ in key_ordering
Todd Gamblin
1
-2
/
+2
2016-03-13
Fixed typo in typo fix.
Elizabeth F
1
-1
/
+1
2016-03-13
Fixed typo bug. Made error comment more explicit
Elizabeth F
1
-2
/
+2
2016-03-11
Merge pull request #536 from adamjstewart/fixes/doc_typos
becker33
2
-7
/
+7
2016-03-11
Documentation typo fixes
Adam J. Stewart
2
-7
/
+7
2016-03-11
Invert and rename the `nobuild` option in package.yaml configs to `buildable`.
Matthew LeGendre
4
-22
/
+21
2016-03-10
Merge pull request #532 from mplegendre/bugfix/ordering_satisfies
Todd Gamblin
1
-7
/
+10
2016-03-10
Fix issue with preferred satisfies not being respected
Matthew LeGendre
1
-7
/
+10
2016-03-10
Merge pull request #531 from mplegendre/bugfix/github-530
Todd Gamblin
1
-1
/
+1
2016-03-10
Fix type error that was causing mis-ordering of compiler versions
Matthew LeGendre
1
-1
/
+1
2016-03-10
Indentation change.
Todd Gamblin
1
-11
/
+11
[next]