Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-10-28 | config: ensure that options like `--debug` are set first | Todd Gamblin | 1 | -17/+38 |
2021-10-28 | errors: Rework error handling in `main()` | Todd Gamblin | 1 | -23/+48 |
2021-10-28 | config: fix `SPACK_DISABLE_LOCAL_CONFIG`, remove `$user_config_path` (#27022) | Todd Gamblin | 6 | -17/+13 |
2021-10-28 | Deactivate previous env before activating new one (#25409) | Harmen Stoppels | 2 | -15/+23 |
2021-10-28 | YamlFilesystemView: improve file removal performance via batching (#24355) | Robert Blackwell | 3 | -17/+23 |
2021-10-28 | Fix sbang hook for non-writable files (#27007) | Michael Kuhn | 2 | -0/+15 |