Age | Commit message (Expand) | Author | Files | Lines |
2021-01-05 | spack python: allow use of IPython (#20329) | Vanessasaurus | 2 | -12/+76 |
2021-01-05 | bugfix for target adjustments on target ranges (#20537) | Greg Becker | 3 | -15/+20 |
2021-01-05 | concretizer: use consistent naming for compiler predicates (#20677) | Todd Gamblin | 2 | -10/+8 |
2021-01-04 | concretizer: simplify handling of virtual version constraints | Todd Gamblin | 2 | -18/+29 |
2021-01-04 | concretizer: remove rule generation code from concretizer | Todd Gamblin | 1 | -70/+1 |
2021-01-04 | concretizer: convert virtuals to facts; move all rules to `concretize.lp` | Todd Gamblin | 2 | -116/+164 |
2021-01-04 | concretizer: consolidate handling of virtuals into spec_clauses | Todd Gamblin | 1 | -26/+20 |
2021-01-04 | concretizer: make _condtion_id_counter an iterator | Todd Gamblin | 1 | -18/+18 |
2021-01-04 | concretizer: more detailed section headers in concretize.lp | Todd Gamblin | 1 | -51/+69 |
2021-01-04 | ci: fix issue with latest sphinx (#20661) | Massimiliano Culpo | 2 | -1/+17 |
2021-01-04 | bugfix: infinite loop when building a set from incomplete specs (#20649) | Todd Gamblin | 1 | -1/+6 |
2021-01-02 | copyrights: update all files with license headers for 2021 | Todd Gamblin | 485 | -486/+504 |
2021-01-02 | commands: add `spack license update-copyright-year` | Todd Gamblin | 2 | -17/+58 |
2020-12-30 | extends: add type kwarg (#20045) | Adam J. Stewart | 9 | -20/+7 |
2020-12-29 | concretizer: generate facts for externals | Massimiliano Culpo | 3 | -41/+42 |
2020-12-29 | PythonPackage: add pypi attribute to infer homepage/url/list_url (#17587) | Adam J. Stewart | 6 | -63/+119 |
2020-12-28 | archspec: fixed a typo in the vendored library (#20584) | Massimiliano Culpo | 2 | -2/+2 |
2020-12-24 | Remove more variables from build environment (#20156) | Omri Mor | 1 | -2/+7 |
2020-12-23 | bugfix: do not write empty default dicts/lists in envs (#20526) | Greg Becker | 3 | -47/+38 |
2020-12-23 | concretizer: remove vestigial code and comment | Massimiliano Culpo | 1 | -20/+0 |
2020-12-23 | style: ensure that all packages pass `spack style -a` | Todd Gamblin | 3 | -5/+13 |
2020-12-23 | Add Intel oneAPI packages (#20411) | Robert Cohn | 4 | -20/+93 |
2020-12-22 | add mypy to style checks; rename `spack flake8` to `spack style` (#20384) | Tom Scogland | 42 | -304/+590 |
2020-12-22 | concretizer: refactor conditional rules to be less repetitious (#20507) | Todd Gamblin | 2 | -89/+60 |
2020-12-22 | Refactor flake8 handling and tool compatibility (#20376) | Tom Scogland | 1 | -229/+112 |
2020-12-22 | concretizer: optimize loop on compiler version | Massimiliano Culpo | 2 | -13/+15 |
2020-12-22 | concretizer: optimized loop on node platforms | Massimiliano Culpo | 1 | -3/+3 |
2020-12-20 | concretizer: fix failing unit tests | Massimiliano Culpo | 2 | -4/+18 |
2020-12-20 | concretizer: emit facts for integrity constraints | Massimiliano Culpo | 2 | -37/+40 |
2020-12-20 | concretizer: emit facts for constraints on imposed dependencies | Massimiliano Culpo | 2 | -38/+85 |
2020-12-20 | concretizer: avoid redundant grounding on dependency types | Massimiliano Culpo | 2 | -27/+24 |
2020-12-20 | concretizer: move conditional dependency logic into `concretize.lp` | Todd Gamblin | 2 | -18/+60 |
2020-12-20 | concretizer: spec_clauses should traverse dependencies | Todd Gamblin | 1 | -20/+24 |
2020-12-20 | concretizer: pull _develop_specs_from_env out of main setup loop | Todd Gamblin | 1 | -7/+10 |
2020-12-20 | concretizer: add #defined statements to avoid warnings. | Todd Gamblin | 1 | -0/+2 |
2020-12-19 | asp: memoize the list of all target_specs to speed-up setup phase (#20473) | Massimiliano Culpo | 1 | -4/+11 |
2020-12-18 | ci: fixes for compiler bootstrapping (#17563) | Scott Wittenburg | 7 | -63/+241 |
2020-12-17 | View location resolve environment variables (#20420) | psakievich | 1 | -1/+2 |
2020-12-17 | docs: add single node concurrent build example (#20416) | Tamara Dahlgren | 1 | -4/+11 |
2020-12-17 | unit-tests: ensure that installed packages can be reused (#20307) | Massimiliano Culpo | 1 | -0/+84 |
2020-12-16 | PythonPackage: add import module smoke tests (#20023) | Adam J. Stewart | 5 | -128/+126 |
2020-12-16 | docs: fix spack install debug arg order (#20428) | Greg Becker | 1 | -4/+3 |
2020-12-16 | Docs: add more Command Reference links to spack test (#20413) | Adam J. Stewart | 1 | -2/+12 |
2020-12-16 | docs: fix spack command for unit-test pytest help (#20415) | Tamara Dahlgren | 1 | -1/+1 |
2020-12-15 | Fix comparisons for abstract specs (#20341) | Greg Becker | 2 | -3/+29 |
2020-12-15 | concretizer: don't use one_of_iff for range constraints (#20383) | Todd Gamblin | 2 | -58/+50 |
2020-12-15 | Bugfix/docs: correct and expand smoke test documentation (#20278) | Tamara Dahlgren | 1 | -70/+151 |
2020-12-15 | outputs: restore default output of fetch/build/total times (#20394) | Tamara Dahlgren | 1 | -5/+4 |
2020-12-15 | package sanity: ensure all variant defaults are allowed values (#20373) | Massimiliano Culpo | 3 | -5/+16 |
2020-12-14 | concretizer: remove clingo command-line driver (#20362) | Todd Gamblin | 1 | -216/+0 |