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