Age | Commit message (Expand) | Author | Files | Lines |
2022-11-23 | Revert "gitlab: Add shared PR mirror to places pipelines look for binaries. (... | Harmen Stoppels | 3 | -17/+0 |
2022-11-23 | rocm: add minimum versions for amdgpu_targets (#34030) | Cory Bloor | 1 | -0/+23 |
2022-11-23 | Build System docs: consistent headers (#34047) | Adam J. Stewart | 8 | -30/+30 |
2022-11-22 | cmd/checksum: allow adding new versions to package (#24532) | Michael Kuhn | 3 | -8/+98 |
2022-11-22 | spack uninstall: use topo order (#34053) | Harmen Stoppels | 2 | -50/+17 |
2022-11-22 | Revert "Warn about removal of deprecated format strings (#33829)" (#34056) | Massimiliano Culpo | 2 | -5/+2 |
2022-11-22 | Warn about removal of deprecated format strings (#33829) | Greg Becker | 2 | -2/+5 |
2022-11-22 | Windows: add registry query and SDK/WDK packages (#33021) | John W. Parent | 8 | -68/+552 |
2022-11-21 | Spec traversal: add option for topological ordering (#33817) | Harmen Stoppels | 2 | -99/+371 |
2022-11-21 | Speed-up a few unit-tests (#34044) | Massimiliano Culpo | 3 | -3/+3 |
2022-11-21 | ci: restore ability to reproduce gitlab job failures (#33953) | Scott Wittenburg | 1 | -3/+18 |
2022-11-21 | uninstall: fix accidental cubic complexity (#34005) | Harmen Stoppels | 3 | -17/+66 |
2022-11-19 | spack find: remove deprecated "--bootstrap" option (#34015) | Massimiliano Culpo | 2 | -29/+0 |
2022-11-19 | package_base.py: Fix #34006: test msg needs to be a string (#34007) | Chris Green | 2 | -2/+10 |
2022-11-18 | PackageBase should not define builder legacy attributes (#33942) | Chris Green | 4 | -11/+17 |
2022-11-18 | Improve error message for requirements (#33988) | Massimiliano Culpo | 1 | -1/+1 |
2022-11-17 | Hdf5 package: build on Windows (#31141) | Jared Popelar | 2 | -1/+3 |
2022-11-17 | Waf build system: fix typo in legacy_attributes (#33958) | Chris Green | 1 | -1/+1 |
2022-11-17 | docs: fix typo in multiple build systems (#33965) | Harmen Stoppels | 1 | -1/+1 |
2022-11-17 | relocate.py: small refactor for file_is_relocatable (#33967) | Harmen Stoppels | 4 | -39/+31 |
2022-11-17 | Remove deprecated subcommands from "spack bootstrap" (#33964) | Massimiliano Culpo | 2 | -42/+23 |
2022-11-17 | Add sgid notice when running on AFS (#30247) | Michael Kuhn | 1 | -0/+7 |
2022-11-17 | lib/spack/spack/store.py: Fix #28170 for padding relocation (#33122) | Brian Vanderwende | 1 | -0/+1 |
2022-11-16 | initial implementation of slingshot detection (#33793) | Greg Becker | 1 | -0/+4 |
2022-11-16 | Upstreams: add canonicalize path (#33946) | psakievich | 1 | -1/+3 |
2022-11-16 | Windows bootstrapping: remove unneeded call to add dll to PATH (#33622) | John W. Parent | 1 | -7/+0 |
2022-11-16 | SIP build system: fix "python not defined in builder" (#33906) | Stephen Sachs | 1 | -1/+1 |
2022-11-16 | docs updates for spack env depfile (#33937) | Harmen Stoppels | 1 | -6/+10 |
2022-11-16 | spack env depfile in Gitlab CI should use `install-deps/pkg-version-hash` tar... | Harmen Stoppels | 1 | -3/+1 |
2022-11-16 | Change code suggestions to output black formatter compliant code (#33931) | Kevin Broch | 1 | -2/+2 |
2022-11-16 | Getting Started: Python 2 is no longer supported (#33927) | Adam J. Stewart | 1 | -1/+1 |
2022-11-15 | docs: fix typo (#33926) | Michael Kuhn | 1 | -2/+2 |
2022-11-15 | Show time per phase (#33874) | Harmen Stoppels | 2 | -16/+11 |
2022-11-15 | depfile: improve tab completion (#33773) | Harmen Stoppels | 1 | -14/+30 |
2022-11-15 | Fixup: start the timer before the phase (#33917) | Harmen Stoppels | 1 | -2/+1 |
2022-11-15 | Fix incorrect timer (#33900) | Harmen Stoppels | 5 | -65/+305 |
2022-11-15 | External find now searches all dynamic linker paths (#33800) | Brian Van Essen | 3 | -12/+211 |
2022-11-15 | Remove exit(0) (#33896) | Harmen Stoppels | 2 | -9/+7 |
2022-11-15 | Stop using `six` in Spack (#33905) | Massimiliano Culpo | 83 | -618/+329 |
2022-11-14 | gitlab: Add shared PR mirror to places pipelines look for binaries. (#33746) | Scott Wittenburg | 3 | -0/+17 |
2022-11-14 | Add `$date` option to the list of config variables (#33875) | psakievich | 3 | -0/+13 |
2022-11-14 | rocm: add all GFX9, GFX10 and GFX11 amdgpu_targets (#33871) | Cory Bloor | 1 | -2/+17 |
2022-11-14 | Bump version to v0.20.0.dev0 | Todd Gamblin | 1 | -1/+1 |
2022-11-14 | Get rid of context for exceptions outside PackageBase (#33887) | Harmen Stoppels | 1 | -0/+2 |
2022-11-14 | Fix a bug/typo in a config_values.py fixture (#33886) | Massimiliano Culpo | 1 | -1/+1 |
2022-11-14 | Remove support for running with Python 2.7 (#33063) | Massimiliano Culpo | 58 | -4197/+254 |
2022-11-14 | Speed up traverse unit tests (#33840) | Harmen Stoppels | 1 | -32/+107 |
2022-11-13 | hotfix: ensure that schema is compatible with tutorial VM config | Todd Gamblin | 1 | -0/+1 |
2022-11-13 | Speed-up bootstrap and architecture unit tests (#33865) | Massimiliano Culpo | 2 | -2/+3 |
2022-11-12 | update tutorial command to newest release branch (#33867) | Greg Becker | 1 | -1/+1 |