Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Fix `spack graph` when deptypes are filtered (#22121) | Harmen Stoppels | 3 | -8/+16 |
2021-03-08 | Add `--vanilla` flag to r build system (#22166) | Glenn Johnson | 1 | -0/+1 |
2021-03-07 | spack python: add --path option (#22006) | Todd Gamblin | 2 | -0/+13 |
2021-03-07 | add `spack test list --all` (#22032) | Todd Gamblin | 2 | -5/+38 |
2021-03-05 | Improve R package creation (#21861) | Glenn Johnson | 3 | -6/+125 |
2021-03-04 | Allow relative paths in config files (relative to file dirname) (#21996) | Greg Becker | 2 | -8/+63 |
2021-03-03 | Bootstrap clingo from sources (#21446) | Massimiliano Culpo | 10 | -19/+348 |
2021-03-02 | Assert the use of the patch directive with a non-existing file will fail (#21... | Adam J. Stewart | 1 | -6/+22 |
2021-02-27 | Raise InstallError if any explicit specs is skipped (#21980) | Tamara Dahlgren | 4 | -11/+32 |
2021-02-26 | Compilers: make oneapi ifx version_regex tolerant to wrappers (#21742)e4s-21.02 | Gregory Lee | 1 | -1/+1 |
2021-02-26 | make `spack fetch` work with environments (#19166) | Andreas Baumbach | 4 | -20/+117 |
2021-02-25 | typo fix (#21967) | Greg Becker | 1 | -1/+1 |
2021-02-25 | Old concretizer: prevent unexpected propagation of external config (#20976) | Michael Kuron | 2 | -0/+31 |
2021-02-24 | Config prefer upstream (#21487) | Paul Ferrell | 3 | -2/+138 |
2021-02-23 | Gitlab fix pr workflow (#21786) | Scott Wittenburg | 1 | -1/+2 |
2021-02-23 | Updates to support clingo-cffi (#20657) | Josh Essman | 1 | -9/+19 |
2021-02-23 | New splice method in class Spec. (#20262) | Nathan Hanford | 3 | -0/+174 |
2021-02-23 | "spack build-env" searches env for relevant spec (#21642) | Peter Scheibel | 5 | -4/+117 |
2021-02-23 | reduce strictness of directory layout spec-equality check (#21869) | Peter Scheibel | 1 | -1/+7 |
2021-02-22 | Improve error message for inconsistencies in package.py (#21811) | Massimiliano Culpo | 2 | -5/+40 |
2021-02-22 | Merge tag 'v0.16.1' into develop | Todd Gamblin | 1 | -2/+2 |
2021-02-22 | respect -k/verify-ssl-false in _existing_url method (#21864) | Greg Becker | 1 | -0/+2 |
2021-02-19 | Update CHANGELOG and release versionv0.16.1 | Tamara Dahlgren | 1 | -1/+1 |
2021-02-19 | Resolve (post-cherry-picking) flake8 errors | Tamara Dahlgren | 3 | -4/+8 |
2021-02-19 | documentation: correct precedence of included configs in environment spack.ya... | Tom Payerle | 1 | -2/+2 |
2021-02-19 | bugfix: add build deps to 'full hash' (#21735) | Greg Becker | 4 | -21/+39 |
2021-02-18 | Pipelines: Move PR testing stacks (currently only E4S) into spack (#21714) | Scott Wittenburg | 3 | -37/+61 |
2021-02-18 | Fix template for Rpackage in spack create command (#21776) | Tom Payerle | 1 | -1/+1 |
2021-02-18 | Testing: use spack.store.use_store everywhere (#21656) | Massimiliano Culpo | 10 | -175/+176 |
2021-02-18 | Documentation fix: build_system configure_args for #21760 (#21761) | Tom Payerle | 1 | -2/+2 |
2021-02-18 | bugfix: relax racy test in fg/bg output (#21755) | Todd Gamblin | 1 | -12/+6 |
2021-02-18 | Avoid spurious warning from clingo (#21731) | Massimiliano Culpo | 1 | -0/+1 |
2021-02-17 | apple-clang: add correct path to compiler wrappers (#21662) | Adam J. Stewart | 1 | -1/+1 |
2021-02-17 | add intel oneapi to compiler/pkg translations (#21448) | Greg Becker | 1 | -1/+2 |
2021-02-17 | Print groups properly for spack find -d (#20028) | Yang Zongze | 1 | -1/+1 |
2021-02-17 | store sbang_install_path in buildinfo, use for subsequent relocation (#20768) | eugeneswalker | 1 | -0/+11 |
2021-02-17 | [WIP] relocate.py: parallelize test replacement logic (#19690) | Nathan Hanford | 9 | -210/+281 |
2021-02-17 | concretizer: require at least a dependency type to say the dependency holds | Massimiliano Culpo | 2 | -0/+11 |
2021-02-17 | concretizer: dependency conditions cannot hold if package is external | Massimiliano Culpo | 3 | -2/+9 |
2021-02-17 | restore ability of dev-build to skip patches (#20351) | Robert Underwood | 1 | -0/+1 |
2021-02-17 | concretizer: make rules on virtual packages more linear | Massimiliano Culpo | 1 | -11/+9 |
2021-02-17 | concretizer: use consistent naming for compiler predicates (#20677) | Todd Gamblin | 2 | -10/+8 |
2021-02-17 | concretizer: simplify handling of virtual version constraints | Todd Gamblin | 2 | -18/+29 |
2021-02-17 | concretizer: remove rule generation code from concretizer | Todd Gamblin | 1 | -70/+1 |
2021-02-17 | concretizer: convert virtuals to facts; move all rules to `concretize.lp` | Todd Gamblin | 2 | -116/+164 |
2021-02-17 | concretizer: consolidate handling of virtuals into spec_clauses | Todd Gamblin | 1 | -26/+20 |
2021-02-17 | concretizer: make _condtion_id_counter an iterator | Todd Gamblin | 1 | -18/+18 |
2021-02-17 | concretizer: more detailed section headers in concretize.lp | Todd Gamblin | 1 | -51/+69 |
2021-02-17 | bugfix: infinite loop when building a set from incomplete specs (#20649) | Todd Gamblin | 1 | -1/+6 |
2021-02-17 | concretizer: generate facts for externals | Massimiliano Culpo | 3 | -41/+42 |