summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-11-05bump version number to 0.17.0Todd Gamblin2-2/+2
2021-11-05Prevent additional properties to be in the answer set when reusing specs (#27...Massimiliano Culpo3-1/+42
2021-11-05make version docs reflect reality (#27149)Harmen Stoppels1-26/+30
2021-11-05commands: `spack load --list` alias for `spack find --loaded` (#27184)Todd Gamblin4-10/+50
2021-11-05docs for experimental `--reuse` argument to `spack install`Todd Gamblin1-0/+28
2021-11-05error message for reusing multiple hashes for packageGregory Becker1-1/+2
2021-11-05concretizer: add error messages and simplify asp.pyTodd Gamblin2-8/+18
2021-11-05Fix logic program for multi-valued variantsMassimiliano Culpo1-45/+71
2021-11-05bugfix: handle hashes that only exist in input specsTodd Gamblin1-27/+48
2021-11-05concretizer: exempt already-installed specs from compiler and variant rulesTodd Gamblin2-7/+22
2021-11-05spack diff: more flexible tests, restore transitive diff with spec_clausesTodd Gamblin3-12/+39
2021-11-05Add a missing definition in the logic programMassimiliano Culpo1-0/+1
2021-11-05Add buildcache to reusable specsMassimiliano Culpo4-16/+51
2021-11-05spack install: add --reuse argumentMassimiliano Culpo2-4/+6
2021-11-05spack concretize: add --reuse argumentMassimiliano Culpo4-16/+35
2021-11-05spack spec: add --reuse argumentMassimiliano Culpo4-16/+33
2021-11-05concretizer: get rid of last maximize directive in concretize.lpTodd Gamblin1-32/+5
2021-11-05Trim dependencies on externalsMassimiliano Culpo1-1/+2
2021-11-05Fix a unit test to match the new OS semanticsMassimiliano Culpo1-1/+1
2021-11-05ASP-based solve: if an OS is set, respect the valueMassimiliano Culpo1-0/+3
2021-11-05Fix a type in "variant_not_default" ruleMassimiliano Culpo1-1/+1
2021-11-05concretizer: rework spack solve output to handle reuse betterTodd Gamblin3-75/+137
2021-11-05spec: ensure_valid_variants() should not validate concrete specsTodd Gamblin1-0/+4
2021-11-05concretizer: unify handling of single- and multi-valued variantsTodd Gamblin1-18/+5
2021-11-05concretizer: reuse installs, but assign default values for new buildsTodd Gamblin1-35/+119
2021-11-05tests: make `spack diff` test more lenientTodd Gamblin1-4/+12
2021-11-05concretizer: only minimize builds when `--reuse` is enabled.Todd Gamblin2-1/+4
2021-11-05concretizer: adjust integrity constraints to only apply to builds.Todd Gamblin1-6/+13
2021-11-05concretizer: rework operating system semantics for installed packagesTodd Gamblin2-64/+104
2021-11-05concretizer: `impose()` for concrete specs should use body facts.Todd Gamblin1-3/+3
2021-11-05include installed hashes in solve and optimize for reuseTodd Gamblin3-15/+104
2021-11-05rename `checked_spec_clauses()` to `spec_clauses()`Todd Gamblin1-8/+8
2021-11-05add `--reuse` option to `spack solve`Todd Gamblin2-6/+13
2021-11-04Rename the temporary scope for bootstrap buildcache (#27231)Massimiliano Culpo1-1/+1
2021-11-04Sort arguments lexicographically in command's help (#27196)Massimiliano Culpo1-0/+5
2021-11-03sip: fix python_include_dir (#26953)Manuela Kuhn1-1/+3
2021-11-03Allow conditional variants (#24858)Greg Becker12-32/+193
2021-11-02Bootstrap GnuPG (#24003)Massimiliano Culpo5-75/+251
2021-11-02Update docs how to display loaded modules (#27159)Richarda Butler1-2/+17
2021-11-02Improved error messages from clingo (#26719)Greg Becker7-72/+223
2021-11-02relocate: do not change library id to use rpaths on package install (#27139)Seth R. Johnson3-23/+7
2021-11-02spack arch: add --generic argument (#27061)Michael Kuhn1-0/+8
2021-11-02Add tag filters to `spack test list` (#26842)Tamara Dahlgren1-5/+21
2021-11-01feature: add "spack tags" command (#26136)Tamara Dahlgren9-77/+490
2021-11-01Fix caching of spack.repo.all_package_names() (#26991)Massimiliano Culpo2-9/+16
2021-10-29For Spack commands that fail but don't throw exceptions, we were discarding t...Peter Scheibel1-1/+1
2021-10-29config add: infer type based on JSON schema validation errors (#27035)Massimiliano Culpo3-19/+45
2021-10-28bugfix: config edit should work with a malformed `spack.yaml`Todd Gamblin2-10/+31
2021-10-28bugfix: `spack config get <section>` in environmentsTodd Gamblin1-4/+4
2021-10-28config: ensure that options like `--debug` are set firstTodd Gamblin1-17/+38