Age | Commit message (Expand) | Author | Files | Lines |
2022-02-10 | spack audit: fix spurious failures for target/platform conflicts (#28860) | Greg Becker | 2 | -5/+15 |
2022-02-09 | Tests: move has_test_method to spack.package (#28813) | Tamara Dahlgren | 4 | -22/+20 |
2022-02-09 | Detecting "Cray" as "linux" during bootstrap (#28726) | Massimiliano Culpo | 3 | -34/+47 |
2022-02-07 | intel-mkl: BLACS with intel-oneapi-mpi (#28476) | Stephen Sachs | 1 | -0/+1 |
2022-02-07 | Support config variables in config.yaml extensions paths (#17772) | Jordan Galby | 4 | -10/+32 |
2022-02-04 | database: fix reindex with uninstalled deps (#28764) | Harmen Stoppels | 4 | -42/+94 |
2022-02-04 | Use Spec.constrain to construct spec lists for stacks (#28783) | Massimiliano Culpo | 4 | -40/+62 |
2022-02-02 | Add a "sticky" property to variants (#28630) | Massimiliano Culpo | 8 | -101/+176 |
2022-02-01 | TermStatusLine: fix python 2.7 and add test (#28715) | Harmen Stoppels | 2 | -1/+12 |
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 |