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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-17
concretizer: restrict maximizing variant values to MV variants (#20194)
Massimiliano Culpo
4
-2
/
+33
2021-02-17
environment installs: fix reporting. (#20004)
Matthias Wolf
1
-1
/
+1
2021-02-17
avoid circular import (#20236)
Greg Becker
1
-1
/
+1
2021-02-17
concretizer: call inject_patches_variants() on the roots of the specs (#20203)
Andrew W Elble
5
-4
/
+31
2021-02-17
concretizer: try hard to infer the real version of compilers (#20099)
Massimiliano Culpo
3
-3
/
+53
2021-02-17
Fix hipcc once more (#20095)
Harmen Stoppels
8
-90
/
+90
2021-02-17
boost: disable find_package's config mode for boost prior to v1.70.0 (#20198)
Massimiliano Culpo
1
-0
/
+13
2021-02-17
concretizer: don't optimize emitting version_satisfies() (#20128)
Andrew W Elble
2
-4
/
+5
2021-02-17
Fixes compile time errors (#20006)
MichaelLaufer
1
-2
/
+4
2021-02-17
spec: return early from concretization if a spec is already concrete (#20196)
Massimiliano Culpo
1
-0
/
+3
2021-02-17
concretizer: remove ad-hoc rule for external packages (#20193)
Massimiliano Culpo
4
-7
/
+42
2021-02-17
concretizer: swap priority of selecting provider and default variant (#20182)
Massimiliano Culpo
5
-13
/
+72
2021-02-17
Typos: add missing closing parens (#20174)
George Hartzell
1
-3
/
+3
2021-02-17
concretizer: treat target ranges in directives correctly (#19988)
Massimiliano Culpo
3
-1
/
+74
2021-02-17
concretizer: prioritize matching compilers over newer versions (#20020)
Massimiliano Culpo
4
-6
/
+37
2021-02-17
concretizer: allow a bool to be passed as argument for tests dependencies (#2...
Massimiliano Culpo
6
-8
/
+69
2021-02-17
concretizer: treat conditional providers correctly (#20086)
Massimiliano Culpo
4
-1
/
+49
2021-02-17
Docs: remove duplication in Command Reference (#20021)
Adam J. Stewart
2
-2
/
+2
2021-02-17
recognize macOS 11.1 as big sur (#20038)
Martin Aumüller
1
-2
/
+6
2021-02-17
py-ipykernel: fix bug in phase method (#19986)
Adam J. Stewart
1
-2
/
+3
2021-02-17
fix error handling for spack test results command (#19987)
Greg Becker
1
-0
/
+1
2021-02-17
hip support for umpire, chai, raja, camp (#19715)
Danny Taller
7
-43
/
+232
2021-02-17
py-ipykernel: fix install (#19617)
Axel Huebl
1
-0
/
+6
2020-11-18
update CHANGELOG.md for v0.16.0
v0.16.0
Todd Gamblin
1
-0
/
+110
2020-11-18
bump version number to 0.16.0
Todd Gamblin
1
-1
/
+1
2020-11-18
clingo: add `master` branch version (#19958)
Massimiliano Culpo
1
-1
/
+3
2020-11-18
cmd: add `spack mark` command (#16662)
Michael Kuhn
8
-34
/
+339
2020-11-18
spack test (#15702)
Greg Becker
131
-676
/
+3599
2020-11-17
Added -level_zero -rocm -opencl flags and sha256 for TAU v2.30. (#19962)
sameershende
1
-1
/
+18
2020-11-17
Improve warning message for deprecated attributes in "packages.yaml"
Massimiliano Culpo
6
-28
/
+67
2020-11-17
Documentation: spack load/environments prefix inspections (#19961)
Peter Scheibel
3
-4
/
+34
2020-11-17
spack load/environments: allow customization of prefix inspections (#18260)
Dr. Christian Tacke
1
-0
/
+5
2020-11-17
spack containerize: allow users to customize the base image (#15028)
Massimiliano Culpo
13
-238
/
+514
2020-11-17
concretizer: modified weights for providers and matching for externals
Massimiliano Culpo
6
-35
/
+56
2020-11-17
concretizer: maximize the number of default values used for a single variant
Massimiliano Culpo
2
-0
/
+17
2020-11-17
concretizer: don't require a provider for virtual deps if spec is external
Massimiliano Culpo
5
-3
/
+33
2020-11-17
concretizer: spec_clauses() shouldn't emit node_compiler_hard for rule bodies.
Todd Gamblin
1
-2
/
+0
2020-11-17
concretizer: don't generate rules for empty version lists
Todd Gamblin
1
-0
/
+4
2020-11-17
concretizer: add a rule to avoid cycles in the graph of dependencies
Massimiliano Culpo
2
-5
/
+9
2020-11-17
External packages have a consistent hash across different concretizers
Massimiliano Culpo
2
-1
/
+12
2020-11-17
Don't fail if MV variants have a tuple as default value
Massimiliano Culpo
1
-1
/
+2
2020-11-17
Fixup for target preferences
Massimiliano Culpo
2
-3
/
+11
2020-11-17
Added unit tests to for regressions on open concretizer bugs
Massimiliano Culpo
11
-8
/
+306
2020-11-17
Changed clingo options
Massimiliano Culpo
1
-1
/
+4
2020-11-17
Reworked optimization rules
Massimiliano Culpo
1
-15
/
+49
2020-11-17
concretizer: set target preference for inheritance from root
Massimiliano Culpo
1
-0
/
+7
2020-11-17
install: one less concretization when installing from file
Massimiliano Culpo
1
-2
/
+3
2020-11-17
Fixed branch after rebase (port to archspec)
Massimiliano Culpo
2
-13
/
+14
2020-11-17
Add unit tests for dependencies being patched by parent
Massimiliano Culpo
4
-0
/
+23
2020-11-17
concretizer: handle dependencies conditional on other dependencies
Massimiliano Culpo
1
-5
/
+10
[prev]
[next]