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-11-17
style.py: add import-check for missing & redundant imports (#47619)
Harmen Stoppels
2
-20
/
+241
2024-11-17
spack.package / builtin repo: fix exports/imports (#47617)
Harmen Stoppels
2
-8
/
+6
2024-11-15
build(deps): bump sphinx-rtd-theme in /lib/spack/docs (#47588)
dependabot[bot]
1
-1
/
+1
2024-11-15
Add missing llnl.* imports (#47618)
Harmen Stoppels
2
-2
/
+3
2024-11-15
Improve type hints for package API (#47576)
Harmen Stoppels
37
-700
/
+817
2024-11-14
Rework `spack.database.InstallStatuses` into a flag (#47321)
Massimiliano Culpo
15
-155
/
+192
2024-11-14
Remove support for PGI compilers (#47195)
Massimiliano Culpo
13
-260
/
+28
2024-11-13
Spec: prefer a splice-specific method to `__len__` (#47585)
Todd Gamblin
5
-25
/
+37
2024-11-14
Update tutorial version (#47593)
psakievich
1
-1
/
+1
2024-11-13
`spack spec`: simplify and unify output (#47574)
Todd Gamblin
1
-42
/
+23
2024-11-13
bump version to 0.24.0.dev0 (#47578)
Harmen Stoppels
1
-1
/
+1
2024-11-13
missing and redundant imports (#47577)
Harmen Stoppels
5
-4
/
+5
2024-11-12
Add solver capability for synthesizing splices of ABI compatible packages. (#...
John Gouwar
14
-56
/
+689
2024-11-12
parse_specs: special case for concretizing lookups quickly (#47556)
Greg Becker
4
-3
/
+182
2024-11-12
getting_started.rst: fix list of spack deps (#47557)
Harmen Stoppels
1
-3
/
+3
2024-11-11
Compiler.default_libc: early exit on darwin/win (#47554)
Harmen Stoppels
1
-2
/
+13
2024-11-11
Bugfix: `spack find -x` in environments (#46798)
Peter Scheibel
5
-45
/
+242
2024-11-11
Move concretization tests to the same folder (#47539)
Massimiliano Culpo
6
-0
/
+0
2024-11-11
mirrors: allow username/password as environment variables (#46549)
kwryankrattiger
9
-57
/
+520
2024-11-11
solver: avoid parsing specs in setup
Todd Gamblin
5
-16
/
+20
2024-11-11
imports: move `conditional` to `directives.py`
Todd Gamblin
3
-15
/
+13
2024-11-11
filesystem.py find: return directories and improve performance (#47537)
Harmen Stoppels
2
-57
/
+49
2024-11-09
Revert "fix patched dependencies across repositories (#42463)" (#47519)
Todd Gamblin
5
-22
/
+12
2024-11-08
Fix style checks on develop (#47518)
Massimiliano Culpo
1
-1
/
+2
2024-11-08
fix patched dependencies across repositories (#42463)
Greg Becker
5
-12
/
+22
2024-11-08
`spack.compiler`/`spack.util.libc`: add caching (#47213)
Harmen Stoppels
7
-37
/
+227
2024-11-08
llnl.util.filesystem: multiple entrypoints and max_depth (#47495)
Harmen Stoppels
6
-111
/
+455
2024-11-08
Add missing imports (#47496)
Harmen Stoppels
3
-0
/
+5
2024-11-08
`spack env track` command (#41897)
Alec Scott
3
-51
/
+290
2024-11-07
Revert "filesystem.py: add `max_depth` argument to `find` (#41945)"
Harmen Stoppels
3
-290
/
+75
2024-11-07
Revert "llnl.util.filesystem.find: restore old error handling (#47463)"
Harmen Stoppels
1
-11
/
+20
2024-11-07
Revert "`llnl.util.filesystem.find`: multiple entrypoints (#47436)"
Harmen Stoppels
4
-178
/
+130
2024-11-07
spec.py: fix comparison with multivalued variants (#47485)
Harmen Stoppels
2
-1
/
+5
2024-11-06
`llnl.util.filesystem.find`: multiple entrypoints (#47436)
Harmen Stoppels
4
-130
/
+178
2024-11-06
Fix `spack -c <override>` when env active (#47403)
Massimiliano Culpo
3
-45
/
+40
2024-11-06
Fix various bootstrap/concretizer import issues (#47467)
Harmen Stoppels
4
-9
/
+10
2024-11-06
llnl.util.filesystem.find: restore old error handling (#47463)
Harmen Stoppels
1
-20
/
+11
2024-11-06
Feature: Allow variants to propagate if not available in source pkg (#42931)
Richarda Butler
7
-35
/
+332
2024-11-05
libc.py: detect glibc also in chinese locale (#47434)
Harmen Stoppels
1
-6
/
+18
2024-11-05
Revert "Ci generate on change (#47318)" (#47431)
Harmen Stoppels
2
-109
/
+27
2024-11-05
spack.concretize: add type-hints, remove kwargs (#47382)
Massimiliano Culpo
5
-124
/
+52
2024-11-04
filesystem.py: add `max_depth` argument to `find` (#41945)
Peter Scheibel
3
-75
/
+290
2024-11-04
cc: parse RPATHs when in `ld` mode
Todd Gamblin
2
-21
/
+85
2024-11-04
`cc`: simplify ordered list handling
Todd Gamblin
1
-114
/
+65
2024-11-04
Times spec building and timing to public concretizer API (#47310)
John Gouwar
1
-4
/
+15
2024-11-04
packaging_guide.rst: explain forward and backward compat before the less comm...
Harmen Stoppels
1
-28
/
+63
2024-11-03
Specs: propagated variants affect `==` equality (#47376)
Massimiliano Culpo
3
-15
/
+42
2024-11-02
Remove ignored config:install_missing_compilers from unit tests (#47357)
Tamara Dahlgren
1
-18
/
+16
2024-11-02
Rework the schema for reusing environments (#47364)
Massimiliano Culpo
3
-22
/
+13
2024-11-01
build(deps): bump python-levenshtein in /lib/spack/docs (#47372)
dependabot[bot]
1
-1
/
+1
[next]