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-12-13
Use file paths/urls correctly (#34452)
Harmen Stoppels
28
-471
/
+259
2022-12-13
Don't fetch to order mirrors (#34359)
Harmen Stoppels
2
-11
/
+15
2022-12-13
Fix markdown links in rst files (#34488)
Aidan Heerdegen
1
-4
/
+6
2022-12-13
spack/package.py: improve editor support for some +/- static props (#34319)
Harmen Stoppels
2
-20
/
+20
2022-12-13
scons: fix signature for `install_args` (#34481)
Massimiliano Culpo
1
-4
/
+4
2022-12-12
directives: depends_on should not admit anonymous specs (#34368)
Todd Gamblin
2
-1
/
+15
2022-12-12
intel-oneapi-* conflicts for non linux, x86 (#34441)
Robert Cohn
1
-0
/
+11
2022-12-10
`pkg grep`: use `capfd` instead of executable for tests
Todd Gamblin
1
-5
/
+5
2022-12-10
Revert "Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` th...
Todd Gamblin
4
-77
/
+121
2022-12-10
Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` through HE...
Harmen Stoppels
4
-121
/
+77
2022-12-09
new command: `spack pkg grep` to search package files (#34388)
Todd Gamblin
3
-5
/
+125
2022-12-09
Windows: reenable unit tests (#33385)
John W. Parent
17
-32
/
+88
2022-12-09
binary distribution: warn about issues (#34152)
Harmen Stoppels
1
-3
/
+8
2022-12-09
s3: cache client instance (#34372)
Harmen Stoppels
4
-78
/
+117
2022-12-08
Cray manifest: automatically convert 'cray' platform to 'linux' (#34177)
Peter Scheibel
3
-3
/
+39
2022-12-07
Windows: Prevent SameFileError when rpathing (#34332)
John W. Parent
1
-4
/
+11
2022-12-07
parser: refactor with coarser token granularity (#34151)
Massimiliano Culpo
14
-1566
/
+1505
2022-12-06
compiler flags: fix mixed flags from cli and yaml (#34218)
Greg Becker
2
-35
/
+35
2022-12-06
Stop checking for {s3://path}/index.html (#34325)
Harmen Stoppels
1
-14
/
+0
2022-12-06
Avoid stat call in `llnl.util.symlink` on non-windows (#34321)
Harmen Stoppels
1
-1
/
+4
2022-12-06
Remove legacy yaml from buildcache fetch (#34347)
Harmen Stoppels
2
-102
/
+24
2022-12-06
Bootstrap most of Spack dependencies using environments (#34029)
Massimiliano Culpo
18
-1149
/
+1426
2022-12-05
vermin: remove all novm comments from code (#34308)
Todd Gamblin
23
-26
/
+26
2022-12-05
web: remove checks for SSL verification support (#34307)
Todd Gamblin
1
-31
/
+5
2022-12-04
typing: move from comment annotations to Python 3.6 annotations (#34305)
Todd Gamblin
39
-134
/
+118
2022-12-02
patch command: add concretizer args (#34282)
Greg Becker
1
-0
/
+1
2022-12-02
Docs: Minor change 'several'->'over a dozen' (#34274)
Tamara Dahlgren
1
-1
/
+1
2022-12-02
concretizer: use only `attr()` for Spec attributes (#31202)
Todd Gamblin
4
-430
/
+409
2022-12-02
Bugfix: Fetch should not force use of curl to check url existence (#34225)
Tamara Dahlgren
1
-3
/
+3
2022-12-01
conditional variant values: allow boolean (#33939)
Greg Becker
2
-17
/
+39
2022-11-30
Deduplicate code to propagate module changes across MRO (#34157)
Massimiliano Culpo
2
-50
/
+22
2022-11-30
Single pass text replacement (#34180)
Harmen Stoppels
2
-34
/
+88
2022-11-29
debug: move "nonexistent config path" message to much higher verbosity level ...
Todd Gamblin
1
-2
/
+2
2022-11-28
warn about removal of deprecated format strings (#34101)
Greg Becker
4
-3
/
+16
2022-11-28
Use a module-like object to propagate changes in the MRO, when setting build ...
Massimiliano Culpo
2
-18
/
+77
2022-11-28
Revert "Revert "gitlab: Add shared PR mirror to places pipelines look for bin...
Harmen Stoppels
3
-0
/
+17
2022-11-28
Add type hints to Prefix class (#34135)
Adam J. Stewart
1
-21
/
+44
2022-11-26
Revert "`url_exists` related improvements (#34095)" (#34144)
Satish Balay
2
-78
/
+64
2022-11-25
Track locks by (dev, ino); close file handlers between tests (#34122)
Harmen Stoppels
3
-21
/
+37
2022-11-24
docs: update info on XCode requirements (#34097)
Valentin Volkl
1
-2
/
+3
2022-11-23
Control Werror by converting to Wno-error (#30882)
Tom Scogland
5
-0
/
+176
2022-11-23
`url_exists` related improvements (#34095)
Harmen Stoppels
2
-64
/
+78
2022-11-23
Revert "gitlab: Add shared PR mirror to places pipelines look for binaries. (...
Harmen Stoppels
3
-17
/
+0
2022-11-23
rocm: add minimum versions for amdgpu_targets (#34030)
Cory Bloor
1
-0
/
+23
2022-11-23
Build System docs: consistent headers (#34047)
Adam J. Stewart
8
-30
/
+30
2022-11-22
cmd/checksum: allow adding new versions to package (#24532)
Michael Kuhn
3
-8
/
+98
2022-11-22
spack uninstall: use topo order (#34053)
Harmen Stoppels
2
-50
/
+17
2022-11-22
Revert "Warn about removal of deprecated format strings (#33829)" (#34056)
Massimiliano Culpo
2
-5
/
+2
2022-11-22
Warn about removal of deprecated format strings (#33829)
Greg Becker
2
-2
/
+5
2022-11-22
Windows: add registry query and SDK/WDK packages (#33021)
John W. Parent
8
-68
/
+552
[prev]
[next]