Age | Commit message (Expand) | Author | Files | Lines |
2023-03-27 | Add `llnl.util.filesystem.find_first` (#36083) | Harmen Stoppels | 2 | -1/+168 |
2023-03-27 | modules: enhance help message (#36410) | Xavier Delaruelle | 2 | -1/+54 |
2023-03-24 | modules: add support for append_flags/remove_flags (#36402) | Xavier Delaruelle | 2 | -0/+4 |
2023-03-24 | modules tcl: simplify env modification block in template (#36334) | Xavier Delaruelle | 3 | -8/+27 |
2023-03-23 | unit tests: don't hard-code arch in compiler config (#36360) | Harmen Stoppels | 1 | -3/+0 |
2023-03-23 | Fix regression on compiler constraint (#36342) | Massimiliano Culpo | 3 | -3/+68 |
2023-03-23 | Revert "Bugfix: package requirements with git commits (#35057)" (#36341) | Harmen Stoppels | 4 | -215/+11 |
2023-03-23 | Bugfix: package requirements with git commits (#35057) | Peter Scheibel | 4 | -11/+215 |
2023-03-23 | modules tcl: switch default all:autoload from none to direct (#36269) | Xavier Delaruelle | 1 | -4/+7 |
2023-03-22 | docs: mention cuda multi-arch capability (#36321) | Leopold Talirz | 1 | -1/+4 |
2023-03-20 | Package requirements: allow single specs in requirement lists (#36258) | Peter Scheibel | 3 | -9/+35 |
2023-03-20 | spack install: simplify behavior when inside environments (#35206) | Harmen Stoppels | 3 | -217/+183 |
2023-03-20 | Remove unused `ignore` parameter of `extends()` directive (#35588) | Adam J. Stewart | 1 | -23/+0 |
2023-03-20 | ci.py: remove redundant wrapper around get (#36188) | Harmen Stoppels | 1 | -30/+24 |
2023-03-20 | modules tcl: fix autoload mechanism in template (#36237) | Xavier Delaruelle | 1 | -13/+2 |
2023-03-19 | Fix case spelling for Lmod and Tcl (#36215) | Xavier Delaruelle | 17 | -37/+37 |
2023-03-18 | cmake build system: make "generator" a variant (#35552) | Massimiliano Culpo | 3 | -33/+64 |
2023-03-18 | Fix wrong computation of concrete specs due to a bug in intersects (#36194) | Massimiliano Culpo | 2 | -1/+22 |
2023-03-17 | Improve wording of audit message (#36180) | Massimiliano Culpo | 1 | -2/+5 |
2023-03-17 | Windows: properly handle symlink failures (#36003) | John W. Parent | 2 | -4/+10 |
2023-03-17 | Mitigation for GitVersion bug when no `=reference` is given (#36159) | Massimiliano Culpo | 2 | -1/+39 |
2023-03-17 | ASP-based solver: tweak heuristic, modify compiler encoding (#35989) | Massimiliano Culpo | 2 | -158/+187 |
2023-03-16 | reduce spec.json.sig file size (#36157) | Harmen Stoppels | 1 | -1/+5 |
2023-03-16 | Revert "minify spec.json in buildcache (#36138)" (#36156) | Harmen Stoppels | 1 | -1/+1 |
2023-03-15 | minify spec.json in buildcache (#36138) | Harmen Stoppels | 1 | -1/+1 |
2023-03-14 | Remove leftover command from documentation (#36116) | Shahzeb Siddiqui | 1 | -8/+3 |
2023-03-14 | Libogg and libtheora: build on windows (#35099) | John W. Parent | 1 | -1/+13 |
2023-03-14 | environment.matching_spec: linear time traversal (#35534) | Harmen Stoppels | 1 | -35/+37 |
2023-03-14 | Use bfs in get_spec_filter_list (#36093) | Harmen Stoppels | 1 | -7/+9 |
2023-03-14 | Fix typo affecting Gitlab CI (#36103) | Harmen Stoppels | 1 | -3/+3 |
2023-03-14 | use stage dir for buildcache create (#36091) | Harmen Stoppels | 1 | -26/+42 |
2023-03-14 | concretizer: add mode to reuse dependencies only (#30990) | Michael Kuhn | 4 | -12/+28 |
2023-03-12 | cce compiler: bugfix for version regex to avoid conflation with apple-clang (... | Greg Becker | 2 | -1/+26 |
2023-03-10 | get --dev and drop set -x (#36010) | Harmen Stoppels | 1 | -1/+1 |
2023-03-10 | Hotfix: Fix CI unit test after CI refactor (#36004) | kwryankrattiger | 1 | -8/+5 |
2023-03-10 | CI boilerplate reduction (#34272) | kwryankrattiger | 10 | -612/+1212 |
2023-03-09 | reorder_flags: properly handle flags from concrete reused specs (#35951) | Greg Becker | 2 | -4/+23 |
2023-03-08 | add logging to help users debug where external file searches are taking a lon... | Peter Scheibel | 1 | -0/+13 |
2023-03-08 | gitlab ci: Provide a knob to control untouched spec pruning (#35274) | Scott Wittenburg | 3 | -22/+149 |
2023-03-08 | buildcache create: reproducible tarballs (#35623) | Harmen Stoppels | 2 | -50/+177 |
2023-03-08 | Split `satisfies(..., strict=True/False)` into two functions (#35681) | Massimiliano Culpo | 33 | -850/+1030 |
2023-03-08 | docs: added platform conflicts example, fix quotes (#35771) | Tamara Dahlgren | 1 | -384/+394 |
2023-03-08 | compiler wrapper: parse Wl and Xlinker properly (#35912) | Harmen Stoppels | 3 | -50/+57 |
2023-03-06 | compiler flags: fix multiple compilers with different flags (#35721) | Greg Becker | 3 | -2/+27 |
2023-03-05 | windows: use `sys.platform == "win32"` instead of `is_windows` (#35640) | Todd Gamblin | 30 | -147/+94 |
2023-03-03 | Polish `spack.util.environment` (#35812) | Massimiliano Culpo | 7 | -336/+341 |
2023-03-01 | Detection of Cray's slingshot detection has relied on the presence of (#35779) | Brian Van Essen | 1 | -1/+1 |
2023-03-01 | Simplify `spack help --spec` output (#35626) | Adam J. Stewart | 1 | -7/+2 |
2023-03-01 | Docs: fix link to PythonPackage docs (#35725) | Adam J. Stewart | 1 | -1/+1 |
2023-03-01 | Remove handling of deprecated target names (graviton) (#35537) | Massimiliano Culpo | 1 | -13/+0 |