Age | Commit message (Expand) | Author | Files | Lines |
2022-03-03 | Revert GCS fetch strategy, to remove s3 interface (#28736) | Doug Jacobsen | 1 | -7/+1 |
2022-03-03 | rocmcc compiler: initial commit based on aocc and clang (#28575) | Greg Becker | 7 | -5/+91 |
2022-03-03 | installer: Fix cosmetic problem with terminal title (#29070) | Michael Kuhn | 1 | -4/+8 |
2022-03-03 | test/installer.py: remove commented code and inaccurate docstring (#29305) | Scott Wittenburg | 1 | -21/+1 |
2022-03-02 | make @llnl.util.lang.memoized support kwargs (#21722) | Danny McClanahan | 2 | -10/+96 |
2022-03-02 | Fix typos when forwarding arguments to traverse_edges (#29261) | Massimiliano Culpo | 4 | -4/+11 |
2022-03-01 | test_env_install_two_specs_same_dep: properly check installed specs (#29222) | Tamara Dahlgren | 1 | -4/+4 |
2022-02-25 | commands: Propgate command return value as exit code (#29223) | Scott Wittenburg | 1 | -1/+1 |
2022-02-23 | Testing: Summarize test results and add verbose output (#28700) | Tamara Dahlgren | 6 | -13/+106 |
2022-02-23 | Move early exit for setup only argument (#29041) | Massimiliano Culpo | 1 | -4/+4 |
2022-02-23 | Checksum match (#28989) | Tom Scogland | 2 | -2/+25 |
2022-02-22 | Add `spack --bootstrap` option for accessing bootstrap store (#25601) | Todd Gamblin | 5 | -58/+64 |
2022-02-21 | bugfix: Not all concrete versions on the CLI should be considered real (#28620) | Todd Gamblin | 5 | -24/+69 |
2022-02-21 | Bring back cuda@11.4.0 conflicts for GCC and clang; add 11.4.3:11.4.4 (#29076) | Alberto Invernizzi | 1 | -0/+2 |
2022-02-18 | spack external find: change default behavior (#29031) | Massimiliano Culpo | 2 | -4/+22 |
2022-02-17 | darwin: robust macos version detection (#28991) | Seth R. Johnson | 2 | -7/+49 |
2022-02-17 | gitlab: Propagate stack name to downstream build jobs (#29019) | Scott Wittenburg | 1 | -0/+4 |
2022-02-17 | Testing: optionally run tests on externally installed packages (#28701) | Tamara Dahlgren | 5 | -8/+64 |
2022-02-17 | Reduce verbosity of patches=... variant (#29015) | Harmen Stoppels | 1 | -2/+19 |
2022-02-17 | ASP-based solver: don't sort when defining variant possible values (#29013) | Massimiliano Culpo | 1 | -2/+3 |
2022-02-16 | extensions: allow multiple "extends" directives (#28853) | Tom Scogland | 2 | -5/+28 |
2022-02-16 | concretizer: refactor argument passing for reuse | Todd Gamblin | 6 | -107/+106 |
2022-02-16 | docs: add section on concretizer configuration | Todd Gamblin | 5 | -13/+59 |
2022-02-16 | commands: refactor `--reuse` handling to use config | Todd Gamblin | 11 | -35/+135 |
2022-02-16 | tests: consolidate mock scope creation logic in `conftest.py` | Todd Gamblin | 2 | -22/+18 |
2022-02-16 | config: add a new `concretizer` config section | Todd Gamblin | 3 | -2/+41 |
2022-02-16 | refactor: convert spack.solver.asp.solve() to a class | Todd Gamblin | 4 | -46/+95 |
2022-02-16 | Add 'stable' to the list of infinity version names. (#28772) | Mark W. Krentel | 2 | -2/+3 |
2022-02-16 | find_libraries: search for both .so and .dylib on macOS (#28924) | Adam J. Stewart | 1 | -4/+10 |
2022-02-15 | intel compiler: fix link time error with `LLVMgold.so` (#28731) | Stephen Sachs | 1 | -0/+38 |
2022-02-15 | Make `spack -e [env] spec` show environment root specs (#25941) | Harmen Stoppels | 2 | -19/+47 |
2022-02-15 | Unalias despacktivate only when alias exists (#28939) | Harmen Stoppels | 1 | -1/+1 |
2022-02-15 | darwin: make sure MACOSX_DEPLOYMENT_TARGET has a minor component (#28926) | Seth R. Johnson | 1 | -1/+10 |
2022-02-11 | move typing_extensions.py back into typing.py =\ (#28549) | Danny McClanahan | 3 | -29/+26 |
2022-02-10 | macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797) | Seth R. Johnson | 5 | -6/+75 |
2022-02-10 | ASP-based solver: reduce input facts and add heuristic (#28848) | Massimiliano Culpo | 2 | -44/+49 |
2022-02-10 | Fix CMakePackage.define for libs/headers (#28838) | Seth R. Johnson | 2 | -1/+7 |
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 |