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
2024-10-12
Fix splicing related unit tests (#46914)
Massimiliano Culpo
3
-5
/
+7
2024-10-11
libunistring: 1.2 needs std=c18 for icc, add icc C++ flags update (#37607)
Stephen Sachs
2
-0
/
+12
2024-10-10
Installer: rewire spliced specs via RewireTask (#39136)
Nathan Hanford
17
-371
/
+872
2024-10-10
cuda: add v12.6.2 (#46864)
pauleonix
1
-3
/
+3
2024-10-10
CMake: Improve incremental build speed. (#46878)
psakievich
1
-0
/
+7
2024-10-09
Environment.clear: ensure clearing is passed through to manifest (#46880)
Greg Becker
2
-0
/
+41
2024-10-09
python: rework how we compute the "command" property (#46850)
Massimiliano Culpo
1
-0
/
+1
2024-10-08
Fix relocating MachO binary, when store projection changes (#46840)
Massimiliano Culpo
2
-49
/
+49
2024-10-07
Windows/Testing: enable `spack view` tests on Windows (#46335)
James Smillie
3
-9
/
+30
2024-10-07
Qt package: Add Windows Port (#46788)
John W. Parent
1
-0
/
+11
2024-10-07
Bugfix/Installer: properly track task queueing (#46293)
Tamara Dahlgren
4
-64
/
+121
2024-10-04
`gc`: restrict to specific specs (#46790)
Todd Gamblin
2
-1
/
+23
2024-10-04
re2c: rework package to use multiple build systems (#46748)
Massimiliano Culpo
7
-7
/
+7
2024-10-03
Better docs and typing for `_setup_pkg_and_run` (#46709)
Todd Gamblin
1
-8
/
+52
2024-10-03
Stand-alone testing: remove deprecated methods (#45752)
AcriusWinter
15
-475
/
+224
2024-10-02
Do not fail noop jobs in Spack CI (#46713)
kwryankrattiger
1
-1
/
+3
2024-10-02
aspell_dict: remove unused import (#46716)
Harmen Stoppels
1
-1
/
+0
2024-10-02
GoPackage: fix attributes to allow for custom build_directory values (#46707)
Alec Scott
1
-2
/
+13
2024-10-02
cuda: add conflict for aarch64 with gcc-13.2.0 and cuda@12.4 (#46694)
Andrew W Elble
1
-0
/
+5
2024-10-02
Revert "`cc`: ensure that RPATHs passed to linker are unique" (#46712)
Harmen Stoppels
2
-175
/
+136
2024-10-01
Docs: environment update (#44087)
Tamara Dahlgren
3
-124
/
+140
2024-10-01
build_environment: small cleanup and add todo comments (#46687)
Harmen Stoppels
1
-51
/
+44
2024-10-01
stable_partition: use TypeVar (#46686)
Harmen Stoppels
2
-6
/
+12
2024-10-01
Do not use single letter packages in unit-tests (#46665)
Massimiliano Culpo
1
-89
/
+106
2024-09-30
avoid rpath'ing default search paths (#44686)
Harmen Stoppels
3
-14
/
+71
2024-09-27
Better shell completion support for packages (#44756)
Alec Scott
2
-0
/
+49
2024-09-27
Spec.splice: Allow splices when multiples nodes in the DAG share a name (#46382)
Greg Becker
6
-136
/
+514
2024-09-27
CI: Add documentation for adding new stacks and runners (#42179)
kwryankrattiger
1
-0
/
+209
2024-09-27
spec: simplify string formatting (#46609)
Massimiliano Culpo
6
-18
/
+20
2024-09-27
docs: add --depth=2 to reduce download size (#46605)
Alec Scott
2
-3
/
+12
2024-09-27
`cc`: ensure that RPATHs passed to linker are unique
Todd Gamblin
2
-26
/
+114
2024-09-27
`cc`: simplify ordered list handling
Todd Gamblin
1
-114
/
+65
2024-09-27
aspell: various fixes and updates (#46383)
Richard Berger
1
-13
/
+9
2024-09-26
Add a custom hook for dev_path changes (#46529)
psakievich
3
-6
/
+21
2024-09-25
Remove a few redundant imports (#46512)
Harmen Stoppels
5
-5
/
+0
2024-09-24
Fix off-by-one padding bug (#46560)
Samuel Browne
2
-3
/
+27
2024-09-23
database: don't call `socket.getfqdn()` on every write (#46554)
Todd Gamblin
1
-1
/
+13
2024-09-23
solver: use a new heuristic (#46548)
Massimiliano Culpo
1
-22
/
+27
2024-09-24
spec: fix spelling (#46550)
Justin Cook
1
-4
/
+4
2024-09-21
Remove `spack.target` from code (#46503)
Massimiliano Culpo
20
-308
/
+178
2024-09-20
Docs/Windows: Clarify supported shells and caveats (#46381)
John W. Parent
2
-22
/
+20
2024-09-20
spack.modules: move get_module up (#46428)
Harmen Stoppels
4
-67
/
+76
2024-09-20
Remove code from Compiler that is not used anymore (#45982)
Massimiliano Culpo
19
-314
/
+26
2024-09-20
do_install: post #46423 cleanup (#46496)
Tamara Dahlgren
3
-4
/
+5
2024-09-19
package_base: break dependency on installer (#46423)
Harmen Stoppels
29
-196
/
+249
2024-09-19
require spec in develop entry (#46485)
Harmen Stoppels
1
-0
/
+1
2024-09-19
url join: fix oci scheme (#46483)
Harmen Stoppels
3
-4
/
+7
2024-09-19
Revert "For "when:" and install_environment.json: Support fully qualified hos...
Harmen Stoppels
2
-4
/
+2
2024-09-19
docs: refer to upstreams.yaml in chain.rst title (#46475)
Harmen Stoppels
1
-3
/
+3
2024-09-19
spack.util.url: fix join breakage in python 3.12.6 (#46453)
Harmen Stoppels
2
-318
/
+84
[next]