Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | macholib, altgraph: update vendored dependency (#28664) | Massimiliano Culpo | 25 | -1253/+1345 |
2022-01-26 | Ensure "spack unit-test" can bootstrap clingo (#28572) | Massimiliano Culpo | 2 | -1/+8 |
2022-01-26 | Print 'Waiting for another process to install x, y, z' in distributed builds ... | Harmen Stoppels | 1 | -0/+53 |
2022-01-24 | Resource stage: no space before colon (#28560) | Adam J. Stewart | 1 | -2/+2 |
2022-01-23 | Fix spack -C command_line_scope with other flags (#28418) | Jordan Galby | 1 | -3/+3 |
2022-01-21 | introduce `llnl.util.compat` to remove sys.version_info checks (#21720) | Danny McClanahan | 31 | -246/+247 |
2022-01-21 | CUDA: add v11.6.0 (#28439) | Bram Veenboer | 1 | -4/+3 |
2022-01-21 | add six.raise_from() to preserve exception traceback (#28532) | Danny McClanahan | 10 | -22/+213 |
2022-01-19 | SIPPackage: fix build system (#28447) | Adam J. Stewart | 1 | -6/+2 |
2022-01-19 | spack compiler info exit 1 when no compilers are found (#28493) | Logan Harbour | 1 | -1/+1 |
2022-01-18 | Switch lmod default all:autoload from none to direct (#28357) | Harmen Stoppels | 34 | -40/+70 |
2022-01-17 | is_system_path: return False if path is None (#28403) | Tamara Dahlgren | 2 | -1/+3 |
2022-01-14 | Update copyright year to 2022 | Todd Gamblin | 542 | -546/+546 |
2022-01-14 | `spack license update-copyright-year` now updates the `LICENSE-MIT` file | Todd Gamblin | 2 | -10/+36 |
2022-01-14 | PythonPackage: install packages with pip (#27798) | Adam J. Stewart | 6 | -719/+391 |
2022-01-13 | Python: improve site_packages_dir handling (#28346) | Adam J. Stewart | 3 | -33/+27 |
2022-01-12 | Do not initialize config on spack compiler list (#28042) | Harmen Stoppels | 4 | -11/+37 |
2022-01-12 | bootstrap: fix bootstrapping GnuPG from different macOS versions (#28350) | Massimiliano Culpo | 3 | -8/+27 |
2022-01-12 | unparser: handle package-level loops, if statements, and with blocks | Todd Gamblin | 5 | -74/+1039 |
2022-01-12 | unparser: add unparser unit tests | Todd Gamblin | 3 | -1/+528 |
2022-01-12 | unparser: rename `t` to `node` to mirror upstream | Todd Gamblin | 1 | -359/+363 |
2022-01-12 | unparser: rename `_Class()` methods to `visit_Class()` to mirror upstream | Todd Gamblin | 1 | -75/+75 |
2022-01-12 | unparser: do a better job of roundtripping strings | Todd Gamblin | 1 | -19/+99 |
2022-01-12 | unparser: treat `print(a, b, c)` and `print((a, b, c))` the same | Todd Gamblin | 3 | -18/+453 |
2022-01-12 | commands: add `spack pkg source` and `spack pkg hash` | Todd Gamblin | 3 | -7/+128 |
2022-01-12 | package_hash: switch to using canonical source instead of AST repr | Todd Gamblin | 4 | -108/+120 |
2022-01-12 | unparser: Don't omit parenthesis when unparsing a slice | Todd Gamblin | 1 | -14/+39 |
2022-01-12 | unparser: Don't put unnecessary parentheses on class declarations | Todd Gamblin | 1 | -1/+1 |
2022-01-12 | package_hash: add test to ensure that every package in Spack can be unparsed | Todd Gamblin | 2 | -6/+26 |
2022-01-12 | package_hash: add test to ensure consistency across Python versions | Todd Gamblin | 7 | -0/+2486 |
2022-01-12 | package_hash: fix handling of multimethods and add tests | Todd Gamblin | 2 | -35/+261 |
2022-01-12 | package_hash: rework `RemoveDirectives` and add a test | Todd Gamblin | 3 | -6/+41 |
2022-01-12 | package_hash: remove all unassigned strings, not just docstrings | Todd Gamblin | 2 | -9/+77 |
2022-01-12 | unparser: handle unicode string literals consistently across Python versions | Todd Gamblin | 1 | -2/+16 |
2022-01-12 | unparser: implement operator precedence algorithm for unparser | Todd Gamblin | 6 | -165/+310 |
2022-01-12 | unparser: refactor delimiting with context managers in ast.unparse | Todd Gamblin | 1 | -190/+177 |
2022-01-12 | unparser: add block() context manager for indentation | Todd Gamblin | 1 | -63/+63 |
2022-01-12 | unparse: Make unparsing consistent for 2.7 and 3.5-3.10 | Todd Gamblin | 2 | -13/+71 |
2022-01-12 | externals: add astunparse | Todd Gamblin | 4 | -11/+1011 |
2022-01-12 | Use depends_on over load in lmod module files generated by Spack (#28352) | Harmen Stoppels | 1 | -15/+3 |
2022-01-10 | stage.steal_source: preserve symlinks | Peter Scheibel | 1 | -1/+1 |
2022-01-10 | Python: set default config_vars (#28290) | Adam J. Stewart | 1 | -9/+5 |
2022-01-06 | Fix double space in prompt after 'spack env activate -p' (#28279) | Harmen Stoppels | 1 | -1/+1 |
2022-01-05 | Add function to determine Linux kernel version (#27855) | Andrew W Elble | 1 | -0/+20 |
2021-12-29 | Ensure some version known to Spack can satisfy constraints in `depends_on` (#... | Massimiliano Culpo | 1 | -0/+40 |
2021-12-28 | Fixed typos: 'wtih' instead of 'with' (#28166) | Martin Diehl | 3 | -4/+4 |
2021-12-23 | Merge tag 'v0.17.1' into develop | Massimiliano Culpo | 1 | -1/+1 |
2021-12-23 | New subcommand: spack bootstrap status (#28004) | Massimiliano Culpo | 3 | -0/+200 |
2021-12-23 | Bump version and update CHANGELOG.md | Massimiliano Culpo | 1 | -1/+1 |
2021-12-23 | locks: allow locks to work under high contention (#27846) | Tom Scogland | 1 | -3/+6 |