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
2021-05-22
performance: speed up existence checks in packages (#23661)
Todd Gamblin
3
-24
/
+37
2021-05-22
ASP-based solve: minimize compiler mismatches (#23016)
Massimiliano Culpo
3
-32
/
+28
2021-05-22
ASP-based solver: no intermediate package for concretizing together (#23307)
Massimiliano Culpo
2
-0
/
+33
2021-05-22
Import hooks using Python's built-in machinery (#23288)
Massimiliano Culpo
1
-29
/
+38
2021-05-22
spack location: fix usage without args (#22755)
Harmen Stoppels
2
-4
/
+5
2021-05-22
Add "spack [cd|location] --source-dir" (#22321)
Harmen Stoppels
2
-56
/
+80
2021-05-22
Use Python's built-in machinery to import compilers (#23290)
Massimiliano Culpo
1
-8
/
+7
2021-05-22
ASP-based solver: suppress warnings when constructing facts (#23090)
Massimiliano Culpo
1
-1
/
+4
2021-05-22
Externals with merged prefixes (#22653)
Peter Scheibel
2
-17
/
+85
2021-05-22
ASP-based solver: assign OS correctly with inheritance from parent (#22896)
Massimiliano Culpo
3
-0
/
+28
2021-05-22
"spack build-env" searches env for relevant spec (#21642)
Peter Scheibel
5
-4
/
+117
2021-05-22
Remove erroneous warnings about quotes for from_source_file (#22767)
Adam J. Stewart
2
-10
/
+18
2021-05-22
Bootstrapping: swap store before configuration (#22631)
Massimiliano Culpo
3
-6
/
+45
2021-05-22
Bootstrap: add _builtin config scope (#22610)
Harmen Stoppels
1
-2
/
+5
2021-05-22
Fix clearing cache of InternalConfigScope (#22609)
Harmen Stoppels
3
-40
/
+49
2021-05-22
bugfix for active when pkg is already active error (#22587)
Cyrus Harrison
1
-2
/
+7
2021-05-22
Enforce uniqueness of the version_weight atom per node
Massimiliano Culpo
3
-6
/
+26
2021-05-22
Externals are preferred even when they have non-default variant values
Massimiliano Culpo
3
-2
/
+39
2021-05-22
clingo: modify recipe for bootstrapping (#22354)
Massimiliano Culpo
2
-12
/
+57
2021-05-22
ASP-based solver: model disjoint sets for multivalued variants (#22534)
Massimiliano Culpo
3
-2
/
+49
2021-05-22
Make SingleFileScope able to repopulate the cache after clearing it (#22559)
Massimiliano Culpo
2
-16
/
+47
2021-05-22
spack location: bugfix for out of source build dirs (#22348)
Harmen Stoppels
1
-1
/
+13
2021-05-22
bugfix: allow imposed constraints to be overridden in special cases
Todd Gamblin
1
-6
/
+16
2021-05-22
bugfix: do not generate dep conditions when no dependency
Todd Gamblin
1
-10
/
+15
2021-05-22
concretizer: unify logic for spec conditionals
Todd Gamblin
3
-183
/
+119
2021-05-22
bootstrap: account for platform specific configuration scopes (#22489)
Massimiliano Culpo
1
-7
/
+18
2021-05-22
Bootstrap clingo from sources (#21446)
Massimiliano Culpo
10
-21
/
+349
2021-05-21
make `spack fetch` work with environments (#19166)
Andreas Baumbach
4
-20
/
+117
2021-05-21
Added a context manager to swap architectures
Massimiliano Culpo
5
-35
/
+89
2021-05-21
bugfix for target adjustments on target ranges (#20537)
Greg Becker
3
-15
/
+20
2021-05-21
Move context manager to swap the current configuration into spack.config
Massimiliano Culpo
3
-64
/
+78
2021-05-21
Move context manager to swap the current store into spack.store
Massimiliano Culpo
3
-15
/
+32
2021-05-21
repo: generalize "swap" context manager to also accept paths
Massimiliano Culpo
16
-61
/
+71
2021-05-21
Updates to support clingo-cffi (#20657)
Josh Essman
1
-9
/
+19
2021-05-21
Improve error message for inconsistencies in package.py (#21811)
Massimiliano Culpo
2
-5
/
+40
2021-05-21
concretizer: simplify "fact" method (#21148)
Massimiliano Culpo
1
-23
/
+5
2021-05-21
Python 3.10 support: collections.abc (#20441)
Adam J. Stewart
19
-43
/
+141
2021-05-10
respect -k/verify-ssl-false in _existing_url method (#21864)
Greg Becker
1
-0
/
+2
2021-04-15
updates for new tutorial
Gregory Becker
1
-2
/
+2
2021-02-19
Update CHANGELOG and release version
v0.16.1
Tamara Dahlgren
1
-1
/
+1
2021-02-19
Resolve (post-cherry-picking) flake8 errors
Tamara Dahlgren
3
-4
/
+8
2021-02-17
apple-clang: add correct path to compiler wrappers (#21662)
Adam J. Stewart
1
-1
/
+1
2021-02-17
add intel oneapi to compiler/pkg translations (#21448)
Greg Becker
1
-1
/
+2
2021-02-17
Print groups properly for spack find -d (#20028)
Yang Zongze
1
-1
/
+1
2021-02-17
store sbang_install_path in buildinfo, use for subsequent relocation (#20768)
eugeneswalker
1
-0
/
+11
2021-02-17
[WIP] relocate.py: parallelize test replacement logic (#19690)
Nathan Hanford
9
-210
/
+281
2021-02-17
concretizer: require at least a dependency type to say the dependency holds
Massimiliano Culpo
2
-0
/
+11
2021-02-17
concretizer: dependency conditions cannot hold if package is external
Massimiliano Culpo
3
-2
/
+9
2021-02-17
restore ability of dev-build to skip patches (#20351)
Robert Underwood
1
-0
/
+1
2021-02-17
concretizer: make rules on virtual packages more linear
Massimiliano Culpo
1
-11
/
+9
[next]