index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-07
Fix outdated bash tab completion (#14392)
Adam J. Stewart
1
-198
/
+319
2020-02-07
Remove extensions from view in the correct order (#12961)
Jeffrey Salmond
2
-17
/
+39
2020-02-07
bugfix: hashes should use ordered dictionaries (#14390)
Todd Gamblin
3
-8
/
+81
2019-12-23
update CHANGELOG.md for 0.13.3
v0.13.3
Todd Gamblin
1
-0
/
+16
2019-12-23
version bump: 0.13.3
Todd Gamblin
1
-1
/
+1
2019-12-23
Travis exits at the first failing test, pin codecov at v4.5.4 (#14179)
Massimiliano Culpo
2
-2
/
+2
2019-12-23
performance: dont' read `spec.yaml` files twice in view regeneration
Todd Gamblin
2
-4
/
+8
2019-12-23
performance: don't recompute hashes when regenerating environments
Todd Gamblin
2
-4
/
+9
2019-12-23
performance: reduce system calls required for remove_dead_links
Todd Gamblin
1
-4
/
+2
2019-12-23
performance: only regenerate env views once in `spack install`
Todd Gamblin
2
-9
/
+29
2019-12-23
performance: add read transactions for `install_all()` and `install()`
Todd Gamblin
1
-31
/
+35
2019-12-23
lock transactions: avoid redundant reading in write transactions
Todd Gamblin
2
-1
/
+62
2019-12-23
lock transactions: ensure that nested write transactions write
Todd Gamblin
2
-1
/
+64
2019-12-23
lock transactions: fix non-transactional writes
Todd Gamblin
4
-172
/
+285
2019-12-23
performance: avoid repeated DB locking on view generation
Todd Gamblin
1
-10
/
+13
2019-12-23
performance: speed up `spack find` in environments
Todd Gamblin
1
-7
/
+11
2019-12-23
performance: `spack spec` should use a read transacction with -I
Todd Gamblin
1
-9
/
+26
2019-12-23
concretization: improve performance by avoiding database locks
Todd Gamblin
1
-4
/
+6
2019-12-23
performance: memoize spack.architecture.get_platform()
Todd Gamblin
2
-0
/
+8
2019-12-23
use `sys.executable` instead of `python` in `_source_single_file` (#14252)
Sajid Ali
1
-1
/
+1
2019-12-23
Patch fetching: remove unnecessary argument
Peter Josef Scheibel
3
-8
/
+4
2019-12-23
Mirrors: skip attempts to fetch BundlePackages
Peter Josef Scheibel
1
-0
/
+10
2019-12-23
Mirrors: avoid re-downloading patches
Peter Josef Scheibel
2
-20
/
+28
2019-12-23
Mirrors: perform checksum of fetched sources
Peter Josef Scheibel
1
-0
/
+1
2019-12-23
Mirrors: fix cosmetic symlink targets
Peter Josef Scheibel
2
-1
/
+34
2019-12-23
Allow repeated invocations of 'mirror create'
Peter Josef Scheibel
1
-0
/
+6
2019-12-23
mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1...
Paul Ferrell
4
-17
/
+24
2019-12-04
update CHANGELOG.md for 0.13.2
v0.13.2
Todd Gamblin
1
-0
/
+40
2019-12-04
version bump: 0.13.2
Todd Gamblin
1
-1
/
+1
2019-12-04
Bugfix: allow missing modules if they are blacklisted (#13540)
Peter Scheibel
4
-30
/
+115
2019-12-02
Speedup environment activation (#13557)
Massimiliano Culpo
3
-4
/
+21
2019-12-01
bugfix: mirror path works for unknown versions (#13626)
Todd Gamblin
2
-2
/
+8
2019-12-01
environments: don't try to modify run-env if a spec is not installed (#13589)
Adam J. Stewart
1
-2
/
+2
2019-12-01
use semicolons instead of newlines in module/python command (#13904)
Greg Becker
1
-1
/
+1
2019-12-01
verify.py: os.path.exists exception handling (#13656)
Daryl W. Grunau
1
-14
/
+16
2019-11-17
Document use of the maintainers field (#13748)
Adam J. Stewart
2
-0
/
+19
2019-11-15
Bugfix/config caching 13754 (#13759)
Greg Becker
1
-2
/
+3
2019-11-15
hwloc: added 'master' version pointing at the HEAD of the master branch (#13734)
Massimiliano Culpo
1
-4
/
+6
2019-11-14
Config option to allow gpg warning suppression (#13744)
Greg Becker
4
-3
/
+17
2019-11-14
determine target relative to the link directory rather than the full link pat...
Peter Scheibel
1
-3
/
+3
2019-11-13
Allow binary relocation of strings in relative binaries (#13724)
Greg Becker
2
-15
/
+25
2019-11-05
`spack find` now displays variants and other spec constraints
v0.13.1
Todd Gamblin
3
-4
/
+23
2019-11-05
bugfix: uninstall should find concrete specs by DAG hash
Todd Gamblin
1
-1
/
+9
2019-11-04
environments: make shell modifications partially unconditional (#13523)
Greg Becker
2
-1
/
+37
2019-11-04
binary distribution: relocate text files properly in relative binaries (#13578)
Greg Becker
3
-17
/
+37
2019-11-03
bugfix: fetch prefers to fetch local mirrors over remote resources (#13545)
Omar Padron
3
-8
/
+11
2019-11-03
environments: only write when necessary (#13546)
Greg Becker
4
-25
/
+66
2019-11-01
version bump: 0.13.1
Todd Gamblin
1
-1
/
+1
2019-11-01
bugfix: spack.util.url.join() now handles absolute paths correctly (#13488)
Omar Padron
3
-2
/
+379
2019-11-01
sbang: use utf-8 for encoding when patching (#13490)
Gregory Lee
1
-4
/
+13
[next]