summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25containerize: pin the Spack version used in a container (#21910)Massimiliano Culpo11-86/+447
2021-10-25cuda: add 11.4.1, 11.4.2, 11.5.0. (#26892)Olli Lupton1-1/+4
2021-10-25Reduce verbosity of module files warningHarmen Stoppels1-3/+1
2021-10-25Return early in do_fetch when there is no code or a package is external (#26926)Harmen Stoppels3-7/+32
2021-10-25virtuals: simplify virtual handlingTodd Gamblin1-16/+5
2021-10-25Add a unit test to prevent regressionMassimiliano Culpo4-2/+20
2021-10-25ASP-based solver: a package eligible to provide a virtual must provide itMassimiliano Culpo1-0/+5
2021-10-24Mark flaky test_ci_rebuild as xfail (#26911)Scott Wittenburg1-0/+1
2021-10-24py-vermin: add latest version 1.3.1 (#26920)Morten Kristensen1-1/+1
2021-10-22Document backport in py (#26897)Harmen Stoppels1-0/+2
2021-10-22Shorten long shebangs only if the execute permission is set (#26899)Harmen Stoppels2-0/+54
2021-10-22Backport #186 from py-py to fix macOS failures (#26653)Harmen Stoppels1-3/+3
2021-10-22Add GCS Bucket Mirrors (#26382)Doug Jacobsen5-0/+375
2021-10-21Make 'spack location -e' print the current env, and 'spack cd -e' go to the c...Harmen Stoppels2-21/+26
2021-10-20Add --preferred and --latest to`spack checksum` (#25830)Tamara Dahlgren5-14/+103
2021-10-20Reduce verbosity of error messages when concretizing environments (#26843)Massimiliano Culpo2-17/+25