Age | Commit message (Expand) | Author | Files | Lines |
2023-11-07 | catch exceptions in which_string (#40935) | Harmen Stoppels | 1 | -2/+5 |
2023-11-07 | ASP: targets, compilers and providers soft-preferences are only global (#31261) | Massimiliano Culpo | 11 | -207/+209 |
2023-11-07 | archspec: update to v0.2.2 (#40917) | Massimiliano Culpo | 3 | -4/+202 |
2023-11-07 | database: optimize query() by skipping unnecessary virtual checks (#40898) | Todd Gamblin | 2 | -9/+42 |
2023-11-06 | spack compiler find --[no]-mixed-toolchain (#40902) | Harmen Stoppels | 6 | -72/+139 |
2023-11-06 | docs: expand section about relocation, suggest padding (#40909) | Harmen Stoppels | 1 | -10/+27 |
2023-11-06 | Add support for aliases (#17229) | Michael Kuhn | 5 | -14/+93 |
2023-11-06 | Don't let runtime env variables of compiler like deps leak into the build env... | Harmen Stoppels | 3 | -2/+32 |
2023-11-06 | fix prefix_inspections keys in example (#40904) | Harmen Stoppels | 1 | -4/+4 |
2023-11-06 | docs: mention public build cache for GHA (#40908) | Harmen Stoppels | 1 | -23/+47 |
2023-11-06 | Introduce `default_args` context manager (#39964) | Harmen Stoppels | 4 | -2/+77 |
2023-11-06 | error messages: condition chaining (#40173) | Greg Becker | 6 | -113/+592 |
2023-11-06 | Environments: remove environments created with SpackYAMLErrors (#40878) | Tamara Dahlgren | 4 | -21/+68 |
2023-11-05 | spack env activate: create & activate default environment without args (#40756) | Harmen Stoppels | 2 | -4/+40 |
2023-11-05 | Add command and package suggestions (#40895) | Michael Kuhn | 5 | -12/+35 |
2023-11-05 | Hidden modules: always append hash (#40868) | Harmen Stoppels | 10 | -150/+153 |
2023-11-05 | Environments: Add support for including definitions files (#33960) | Tamara Dahlgren | 10 | -149/+296 |
2023-11-04 | spack.modules.commmon: pass spec to SetupContext (#40886) | Harmen Stoppels | 1 | -1/+3 |
2023-11-03 | environment: solve one spec per child process (#40876) | Massimiliano Culpo | 2 | -3/+12 |
2023-11-03 | Bugfix: propagation of multivalued variants (#39833) | Richarda Butler | 2 | -0/+13 |
2023-11-03 | clingo-bootstrap: force setuptools through variant (#40866) | Massimiliano Culpo | 1 | -0/+4 |
2023-11-03 | ASP-based solver: fix for unsplittable providers (#40859) | Massimiliano Culpo | 2 | -1/+16 |
2023-11-03 | oci parsing: make image name case insensitive (#40858) | Harmen Stoppels | 2 | -3/+14 |
2023-11-03 | fix typo in packaging guide (#40853) | Thomas-Ulrich | 1 | -1/+1 |
2023-11-02 | bugfix: computing NodeID2 in requirement node_flag_source (#40846) | Greg Becker | 1 | -1/+1 |
2023-11-02 | depfile: deal with empty / non-concrete env (#40816) | Harmen Stoppels | 3 | -9/+35 |
2023-11-02 | spack external find: fix multi-arch troubles (#33973) | Harmen Stoppels | 3 | -16/+98 |
2023-11-02 | env remove: add a unit test removing two environments (#40814) | Tamara Dahlgren | 1 | -11/+40 |
2023-11-01 | Cherry-picking virtual dependencies (#35322) | Massimiliano Culpo | 18 | -142/+1035 |
2023-11-01 | Executable.add_default_arg: multiple (#40801) | Harmen Stoppels | 3 | -7/+5 |
2023-11-01 | Parser: fix ambiguity with whitespace in version ranges (#40344) | Harmen Stoppels | 2 | -14/+27 |
2023-11-01 | `SetupContext.get_env_modifications` fixes and documentation (#40683) | Harmen Stoppels | 3 | -74/+83 |
2023-11-01 | Revert python build isolation & setuptools source install (#40796) | Harmen Stoppels | 1 | -99/+8 |
2023-11-01 | Fix env remove indentation (#40811) | Tamara Dahlgren | 1 | -21/+19 |
2023-10-31 | fix create/remove env with invalid spack.yaml (#39898) | Luisa Burini | 3 | -30/+60 |
2023-10-31 | Fix cflags requirements (#40639) | Peter Scheibel | 2 | -13/+22 |
2023-10-31 | Fix interaction of spec literals that propagate variants with unify:false (#4... | Massimiliano Culpo | 3 | -1/+53 |
2023-10-31 | spack checksum: improve signature (#40800) | Harmen Stoppels | 1 | -3/+9 |
2023-10-31 | spack checksum: fix error when initial filter yields empty list (#40799) | Harmen Stoppels | 1 | -6/+5 |
2023-10-30 | docs: update `license()` docs with examples and links (#40598) | Todd Gamblin | 2 | -11/+45 |
2023-10-31 | build(deps): bump black from 23.9.1 to 23.10.1 in /lib/spack/docs (#40680) | dependabot[bot] | 1 | -1/+1 |
2023-10-30 | ci: print colored specs in concretization progress (#40711) | Harmen Stoppels | 3 | -30/+31 |
2023-10-30 | tty: flush immediately (#40774) | Harmen Stoppels | 1 | -0/+1 |
2023-10-30 | binary_distribution.py: fix type annotation singleton (#40572) | Harmen Stoppels | 4 | -27/+21 |
2023-10-30 | ASP-based solver: avoid cycles in clingo using hidden directive (#40720) | Massimiliano Culpo | 3 | -50/+4 |
2023-10-27 | MSVC: detection from registry (#38500) | John W. Parent | 3 | -55/+168 |
2023-10-27 | External finding: update default paths; treat .bat as executable on Windows (... | John W. Parent | 4 | -82/+89 |
2023-10-27 | OCI buildcache (#38358) | Harmen Stoppels | 22 | -232/+3449 |
2023-10-26 | PythonPackage: allow archive_files to be overridden (#40694) | Adam J. Stewart | 1 | -1/+1 |
2023-10-26 | spack checksum pkg@1.2, use as version filter (#39694) | Harmen Stoppels | 3 | -25/+15 |