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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
Update metadata for bootstrapping (#33665)
Massimiliano Culpo
4
-51
/
+24
2022-11-02
Bugfix for spec objects modified by flag handlers (#33682)
Greg Becker
2
-1
/
+13
2022-11-02
remove `deptype_query` remnants and fix incorrect `deptypes` kwarg (#33670)
Harmen Stoppels
1
-1
/
+1
2022-11-02
propagation: improve performance
Gregory Becker
3
-61
/
+68
2022-11-02
flags/variants: Add ++/~~/== syntax for propagation to dependencies
Kayla Butler
14
-118
/
+426
2022-11-02
tests: fix group membership check in sbang tests. (#33658)
Todd Gamblin
2
-4
/
+13
2022-11-01
Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406)
Harmen Stoppels
5
-204
/
+671
2022-11-01
Unit tests: make unit tests work for aarch64 machines (#33625)
Greg Becker
24
-91
/
+340
2022-11-01
Update command option for example (#33321)
Greg Sjaardema
1
-1
/
+1
2022-11-01
Allow target requirements in packages.yaml (#32528)
Massimiliano Culpo
6
-14
/
+32
2022-11-01
Add elf parsing utility function (#33628)
Harmen Stoppels
4
-46
/
+635
2022-11-01
Relocate links using prefix to prefix map (#33636)
Harmen Stoppels
3
-58
/
+58
2022-10-31
Windows: fix library loading and enable Clingo bootstrapping (#33400)
John W. Parent
5
-69
/
+104
2022-10-31
Make --backtrace show non-SpackError backtraces (#33540)
Harmen Stoppels
1
-3
/
+8
2022-10-31
remove sequential filter in binary relo (#33608)
Harmen Stoppels
1
-16
/
+4
2022-10-31
_replace_prefix_bin performance improvements (#33590)
Harmen Stoppels
2
-26
/
+51
2022-10-29
Deprecate spack bootstrap trust/untrust (#33600)
Massimiliano Culpo
4
-57
/
+90
2022-10-27
CachedCMakePackage: Add back initconfig as a defined phase (#33575)
Chris White
3
-4
/
+7
2022-10-27
LuaPackage: add missing attribute (#33551)
Massimiliano Culpo
1
-0
/
+3
2022-10-26
Windows: fix bootstrap and package install failure (#32942)
百地 希留耶
2
-1
/
+10
2022-10-26
Allow for packages with multiple build-systems (#30738)
Massimiliano Culpo
80
-2323
/
+6226
2022-10-26
fix use of non-existing kwarg (#33520)
Harmen Stoppels
1
-1
/
+1
2022-10-26
Relocation regex single pass (#33496)
Harmen Stoppels
3
-21
/
+36
2022-10-26
gitlab ci: install binary deps faster (#33248)
Harmen Stoppels
3
-40
/
+95
2022-10-25
dfs traversal: simplify edges in reverse mode (#33481)
Harmen Stoppels
1
-27
/
+26
2022-10-25
binary_distribution: compress level 9 -> 6 (#33513)
Harmen Stoppels
1
-1
/
+5
2022-10-25
feature: Add -x|--explicit option to 'spack test run' (#32910)
Tamara Dahlgren
2
-6
/
+20
2022-10-25
BinaryCacheIndex: track update failures with cooldown (#33509)
Jonathon Anderson
1
-6
/
+12
2022-10-25
spec.py: prefer transitive link and direct build/run/test deps (#33498)
Harmen Stoppels
2
-2
/
+48
2022-10-25
Remove recursive symbolic link in lib/spack/docs from git repository (#33483)
Massimiliano Culpo
2
-1
/
+3
2022-10-25
Improve legibility of Gitlab CI (#33482)
Harmen Stoppels
2
-4
/
+4
2022-10-24
Add filename to text_to_relocate only if it needs to be relocated (#31074)
iarspider
4
-8
/
+54
2022-10-24
redact line numbers from grouped exception message (#33485)
Danny McClanahan
1
-4
/
+8
2022-10-24
locks: improved errors (#33477)
Harmen Stoppels
6
-12
/
+59
2022-10-23
backtraces with --backtrace (#33478)
Harmen Stoppels
1
-1
/
+9
2022-10-21
Relocation should take hardlinks into account (#33460)
Harmen Stoppels
7
-62
/
+190
2022-10-21
Remove "spack buildcache copy" in v0.19.0 (#33437)
Massimiliano Culpo
1
-86
/
+0
2022-10-20
gitlab: Do not use root_spec['pkg_name'] anymore (#33403)
Scott Wittenburg
5
-147
/
+27
2022-10-19
depfile: buildcache support (#33315)
Harmen Stoppels
2
-35
/
+206
2022-10-19
Add a command to bootstrap Spack right now (#33407)
Massimiliano Culpo
1
-0
/
+12
2022-10-19
Relocate "run" type dependencies too (#33191)
Stephen Sachs
1
-2
/
+2
2022-10-19
Update the binary index before attempting direct fetches (#32137)
Jonathon Anderson
3
-19
/
+44
2022-10-18
spack checksum: warn if version is deprecated (#32438)
Tamara Dahlgren
5
-2
/
+42
2022-10-18
Docs: Spack info option updates (#33376)
Tamara Dahlgren
3
-10
/
+27
2022-10-18
Reusable --use-buildcache with better validation (#33388)
Harmen Stoppels
4
-31
/
+76
2022-10-17
Initial contribution of LibPressio ecosystem (#32630)
Robert Underwood
1
-0
/
+2
2022-10-17
database: don't warn adding missing build deps (#33361)
Harmen Stoppels
1
-27
/
+48
2022-10-17
installer.py: traverse_dependencies has local deptype (#33367)
Harmen Stoppels
1
-9
/
+19
2022-10-17
Support spackbot rebuilding all specs from source (#32596)
Scott Wittenburg
2
-21
/
+66
2022-10-17
installer.py: fix/test get_deptypes (#33363)
Harmen Stoppels
2
-1
/
+40
[prev]
[next]