summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-28errors: Rework error handling in `main()`Todd Gamblin1-23/+48
2021-10-28config: fix `SPACK_DISABLE_LOCAL_CONFIG`, remove `$user_config_path` (#27022)Todd Gamblin6-17/+13
2021-10-28Deactivate previous env before activating new one (#25409)Harmen Stoppels2-15/+23
2021-10-28YamlFilesystemView: improve file removal performance via batching (#24355)Robert Blackwell3-17/+23
2021-10-28Fix sbang hook for non-writable files (#27007)Michael Kuhn2-0/+15
2021-10-28buildcaches: fix directory link relocation (#26948)Paul Ferrell2-3/+17
2021-10-27Remove documentation tests from GitHub Actions (#26981)Massimiliano Culpo1-9/+0
2021-10-27tests: speed up `spack list` tests (#26958)Todd Gamblin2-36/+41
2021-10-27Allow non-UTF-8 encoding in sbang hook (#26793)Harmen Stoppels2-71/+181
2021-10-27Fix assumption v.concrete => isinstance(v, Version) (#26537)Harmen Stoppels2-2/+23
2021-10-26config: overrides for caches and system and user scopes (#26735)Harmen Stoppels7-47/+228
2021-10-26modules: allow user to remove arch dir (#24156)Greg Becker8-11/+58
2021-10-26modules: configurable module defaults (#24367)Greg Becker4-3/+86