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-12-23
make --enable-locks actually enable locks (#24675)
Dylan Simon
1
-2
/
+3
2021-11-05
bump version number to 0.17.0
Todd Gamblin
2
-2
/
+2
2021-11-05
Prevent additional properties to be in the answer set when reusing specs (#27...
Massimiliano Culpo
3
-1
/
+42
2021-11-05
make version docs reflect reality (#27149)
Harmen Stoppels
1
-26
/
+30
2021-11-05
commands: `spack load --list` alias for `spack find --loaded` (#27184)
Todd Gamblin
4
-10
/
+50
2021-11-05
docs for experimental `--reuse` argument to `spack install`
Todd Gamblin
1
-0
/
+28
2021-11-05
error message for reusing multiple hashes for package
Gregory Becker
1
-1
/
+2
2021-11-05
concretizer: add error messages and simplify asp.py
Todd Gamblin
2
-8
/
+18
2021-11-05
Fix logic program for multi-valued variants
Massimiliano Culpo
1
-45
/
+71
2021-11-05
bugfix: handle hashes that only exist in input specs
Todd Gamblin
1
-27
/
+48
2021-11-05
concretizer: exempt already-installed specs from compiler and variant rules
Todd Gamblin
2
-7
/
+22
2021-11-05
spack diff: more flexible tests, restore transitive diff with spec_clauses
Todd Gamblin
3
-12
/
+39
2021-11-05
Add a missing definition in the logic program
Massimiliano Culpo
1
-0
/
+1
2021-11-05
Add buildcache to reusable specs
Massimiliano Culpo
4
-16
/
+51
2021-11-05
spack install: add --reuse argument
Massimiliano Culpo
2
-4
/
+6
2021-11-05
spack concretize: add --reuse argument
Massimiliano Culpo
4
-16
/
+35
2021-11-05
spack spec: add --reuse argument
Massimiliano Culpo
4
-16
/
+33
2021-11-05
concretizer: get rid of last maximize directive in concretize.lp
Todd Gamblin
1
-32
/
+5
2021-11-05
Trim dependencies on externals
Massimiliano Culpo
1
-1
/
+2
2021-11-05
Fix a unit test to match the new OS semantics
Massimiliano Culpo
1
-1
/
+1
2021-11-05
ASP-based solve: if an OS is set, respect the value
Massimiliano Culpo
1
-0
/
+3
2021-11-05
Fix a type in "variant_not_default" rule
Massimiliano Culpo
1
-1
/
+1
2021-11-05
concretizer: rework spack solve output to handle reuse better
Todd Gamblin
3
-75
/
+137
2021-11-05
spec: ensure_valid_variants() should not validate concrete specs
Todd Gamblin
1
-0
/
+4
2021-11-05
concretizer: unify handling of single- and multi-valued variants
Todd Gamblin
1
-18
/
+5
2021-11-05
concretizer: reuse installs, but assign default values for new builds
Todd Gamblin
1
-35
/
+119
2021-11-05
tests: make `spack diff` test more lenient
Todd Gamblin
1
-4
/
+12
2021-11-05
concretizer: only minimize builds when `--reuse` is enabled.
Todd Gamblin
2
-1
/
+4
2021-11-05
concretizer: adjust integrity constraints to only apply to builds.
Todd Gamblin
1
-6
/
+13
2021-11-05
concretizer: rework operating system semantics for installed packages
Todd Gamblin
2
-64
/
+104
2021-11-05
concretizer: `impose()` for concrete specs should use body facts.
Todd Gamblin
1
-3
/
+3
2021-11-05
include installed hashes in solve and optimize for reuse
Todd Gamblin
3
-15
/
+104
2021-11-05
rename `checked_spec_clauses()` to `spec_clauses()`
Todd Gamblin
1
-8
/
+8
2021-11-05
add `--reuse` option to `spack solve`
Todd Gamblin
2
-6
/
+13
2021-11-04
Rename the temporary scope for bootstrap buildcache (#27231)
Massimiliano Culpo
1
-1
/
+1
2021-11-04
Sort arguments lexicographically in command's help (#27196)
Massimiliano Culpo
1
-0
/
+5
2021-11-03
sip: fix python_include_dir (#26953)
Manuela Kuhn
1
-1
/
+3
2021-11-03
Allow conditional variants (#24858)
Greg Becker
12
-32
/
+193
2021-11-02
Bootstrap GnuPG (#24003)
Massimiliano Culpo
5
-75
/
+251
2021-11-02
Update docs how to display loaded modules (#27159)
Richarda Butler
1
-2
/
+17
2021-11-02
Improved error messages from clingo (#26719)
Greg Becker
7
-72
/
+223
2021-11-02
relocate: do not change library id to use rpaths on package install (#27139)
Seth R. Johnson
3
-23
/
+7
2021-11-02
spack arch: add --generic argument (#27061)
Michael Kuhn
1
-0
/
+8
2021-11-02
Add tag filters to `spack test list` (#26842)
Tamara Dahlgren
1
-5
/
+21
2021-11-01
feature: add "spack tags" command (#26136)
Tamara Dahlgren
9
-77
/
+490
2021-11-01
Fix caching of spack.repo.all_package_names() (#26991)
Massimiliano Culpo
2
-9
/
+16
2021-10-29
For Spack commands that fail but don't throw exceptions, we were discarding t...
Peter Scheibel
1
-1
/
+1
2021-10-29
config add: infer type based on JSON schema validation errors (#27035)
Massimiliano Culpo
3
-19
/
+45
2021-10-28
bugfix: config edit should work with a malformed `spack.yaml`
Todd Gamblin
2
-10
/
+31
2021-10-28
bugfix: `spack config get <section>` in environments
Todd Gamblin
1
-4
/
+4
[next]