Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-02-24 | fix dump problem (#35673) | Alberto Invernizzi | 1 | -1/+1 |
2023-02-23 | colify.py: get rid of **kwargs (#35641) | Todd Gamblin | 1 | -37/+62 |
2023-02-23 | buildcache push: ensure bool arguments for include_* (#35632) | Harmen Stoppels | 3 | -3/+73 |
2023-02-22 | copy_files_to_artifacts: error -> warning (#35613) | Harmen Stoppels | 1 | -4/+1 |
2023-02-22 | add cdash arg to source build only (#35565) | Harmen Stoppels | 1 | -5/+8 |
2023-02-22 | spack build-env: error when deps are not installed (#35533) | Harmen Stoppels | 4 | -2/+70 |
2023-02-22 | Allow users to specify root env dir (#32836) | psakievich | 11 | -29/+92 |
2023-02-21 | Spec.satisfies should be commutative when strict=False (#35598) | Harmen Stoppels | 2 | -10/+36 |
2023-02-21 | nonexistent module concise error message (#35502) | simon-Leary42 | 1 | -4/+10 |
2023-02-20 | Fix view support for optional Python extensions (#35489) | Adam J. Stewart | 1 | -0/+3 |
2023-02-20 | environment views: better, earlier error on clash (#35541) | Harmen Stoppels | 4 | -9/+53 |
2023-02-20 | Patchel shutil.copystat to avoid PermissionError on Lustre (#27247) | Ben Wibking | 1 | -0/+68 |
2023-02-20 | spack ci: remove 120s db timeout since 60s is the default now (#35566) | Harmen Stoppels | 1 | -8/+0 |
2023-02-20 | Revert "lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122)"... | Harmen Stoppels | 1 | -1/+0 |
2023-02-20 | Pass `tests` argument to solver method when concretizing together (#35290) | elenimath | 1 | -3/+1 |
2023-02-20 | Fix broken links in docs (#35582) | Adam J. Stewart | 8 | -16/+15 |
2023-02-18 | Improve error handling in buildcache downloads (#35568) | Harmen Stoppels | 6 | -44/+67 |
2023-02-17 | clang/apple-clang correct c/c++ standard flags (#35062) | Harmen Stoppels | 3 | -17/+83 |
2023-02-16 | Style: black 23, skip magic trailing comma (#35351) | Adam J. Stewart | 158 | -1650/+367 |
2023-02-16 | view: fix issue with non-contributing specs (#34661) | Harmen Stoppels | 3 | -13/+68 |
2023-02-16 | simplify cdash filename (#35509) | Harmen Stoppels | 1 | -8/+1 |
2023-02-16 | spack buildcache create: push all deps / cleanup (#34860) | Harmen Stoppels | 2 | -38/+28 |
2023-02-16 | spack uninstall: follow run/link edges on --dependents (#34058) | Harmen Stoppels | 2 | -42/+44 |
2023-02-16 | Avoid verifying variants in default package requirements (#35037) | Massimiliano Culpo | 3 | -23/+58 |
2023-02-16 | buildcache create: avoid prefix copy (#35173) | Harmen Stoppels | 1 | -37/+40 |
2023-02-15 | Use the `maintainers` directive in all base classes (#35324) | Adam J. Stewart | 5 | -13/+22 |
2023-02-14 | Update cce.py (#35469) | luker | 1 | -0/+5 |
2023-02-10 | MSBuilder/MSVC: correct toolchain ver (#35424) | John W. Parent | 1 | -1/+1 |
2023-02-10 | Restore our ability to submit build/test results to CDash from GitLab CI (#35... | Zack Galbreath | 3 | -14/+36 |
2023-02-08 | spack help --spec: fix indentation (#35383) | Adam J. Stewart | 1 | -2/+2 |
2023-02-08 | Ensure we print the correct branch number for tutorials (#35371) | Massimiliano Culpo | 1 | -4/+4 |
2023-02-08 | bindist: use append as a method, not assignable attr (#35379) | Scott Wittenburg | 1 | -4/+6 |