Age | Commit message (Expand) | Author | Files | Lines |
2021-11-12 | Add PyPI docs and warning in auto-generated package (#27404) | Seth R. Johnson | 2 | -3/+16 |
2021-11-11 | Fix overloaded argparse keys (#27379) | Harmen Stoppels | 5 | -15/+14 |
2021-11-09 | spack tutorial: fix output to screen (#27316) | Massimiliano Culpo | 1 | -1/+3 |
2021-11-09 | Fix typos (ouptut) (#27317) | Maxim Belkin | 2 | -2/+2 |
2021-11-09 | Fix log-format reporter ignoring install errors (#25961) | Jordan Galby | 3 | -31/+48 |
2021-11-09 | make --enable-locks actually enable locks (#24675) | Dylan Simon | 1 | -2/+3 |
2021-11-09 | build_environment: clean *_ROOT variables (#26474) | Valentin Volkl | 1 | -0/+7 |
2021-11-08 | Python tests: skip importing weirdly-named modules (#27151) | iarspider | 2 | -0/+6 |
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 |