Age | Commit message (Expand) | Author | Files | Lines |
2021-12-20 | Fix bugs in spack monitor (#27511) | Vanessasaurus | 7 | -3/+77 |
2021-12-19 | jsonschema: use more specific schema identifiers | Todd Gamblin | 16 | -16/+16 |
2021-12-19 | externals: Upgrade `jsonschema` to `v3.2.0` | Todd Gamblin | 23 | -2200/+1979 |
2021-12-19 | externals: add `attrs` for new `jsonschema` | Todd Gamblin | 15 | -0/+4924 |
2021-12-19 | externals: add `pyrsistent` for new `jsonschema` | Todd Gamblin | 7 | -0/+1383 |
2021-12-19 | externals: add `functools32` for new `jsonschema` | Todd Gamblin | 6 | -0/+1034 |
2021-12-19 | Tests: remove test_get_stage_root_in_spack since it writes to the spack direc... | Tamara Dahlgren | 1 | -24/+0 |
2021-12-18 | sbang: respect package permissive package permissions for sbang (#25764) | Paul Spencer | 2 | -12/+96 |
2021-12-17 | Remove ability to run spack monitor without auth (#27888) | Vanessasaurus | 7 | -33/+15 |
2021-12-17 | Add setdefault option to tcl module (#14686) | victorusu | 4 | -18/+69 |
2021-12-16 | Set backup=False by default in filter_file (#28036) | Harmen Stoppels | 1 | -1/+1 |
2021-12-16 | Fix table formatting (#28037) | Harmen Stoppels | 1 | -1/+1 |
2021-12-16 | MANPATH needs a trailing ':' to utilize system defaults (#21682) | Andrew W Elble | 2 | -1/+22 |
2021-12-16 | Added opensuse/leap:15 to spack containerize (#27837) | Christian Goll | 2 | -0/+21 |
2021-12-15 | Provide meaningful message for empty environment installs (#28031) | Tamara Dahlgren | 2 | -9/+26 |
2021-12-16 | Bugfix: Simplify preferred-test versions; set checksum defaults (#28026) | Tamara Dahlgren | 4 | -12/+12 |
2021-12-15 | Revert "patches: make re-applied patches idempotent (#26784)" (#27625) | Harmen Stoppels | 4 | -137/+25 |
2021-12-15 | Add option to minimize full debug cores. include warning message about perfor... | Greg Becker | 4 | -21/+73 |
2021-12-14 | ci: Catch Exceptions when attempting to register a CDash build (#27883) | Zack Galbreath | 2 | -18/+22 |
2021-12-13 | Install dir creation message demoted to "debug" level (#27911) | Harmen Stoppels | 1 | -2/+1 |
2021-12-10 | Extends: support spec, not just package name (#27754) | Adam J. Stewart | 2 | -1/+11 |
2021-12-10 | Improve debug info from concretizer (#27707) | Greg Becker | 2 | -2/+33 |
2021-12-10 | Refactor "spack buildcache" command (#27776) | Massimiliano Culpo | 11 | -438/+511 |
2021-12-08 | Make external detection more resilient to individual package errors (#27854) | Massimiliano Culpo | 1 | -3/+9 |
2021-12-07 | rocm: add gfx90a (#27823) | Tamara Dahlgren | 1 | -1/+1 |
2021-12-07 | "spack buildcache install": don't catch exception (#27674) | Harmen Stoppels | 1 | -8/+2 |
2021-12-07 | Release procedure: add a step to update docs (#27734) | Massimiliano Culpo | 1 | -0/+4 |
2021-12-02 | Support packages which need to explicitly refer to dpcpp by name (#27168) | Peter Scheibel | 3 | -1/+31 |
2021-11-30 | spack audit: fix API calls (#27713) | Massimiliano Culpo | 1 | -4/+4 |
2021-11-29 | Speed up install of environments with dev packages (#27167) | Thomas Madlener | 1 | -44/+60 |
2021-11-29 | distro: don't use deprecated linux_distribution (#27658) | Harmen Stoppels | 1 | -4/+2 |
2021-11-29 | bootstrap: restrict patchelf to v0.13.x (#27685) | Massimiliano Culpo | 1 | -1/+4 |
2021-11-29 | Handle byte sequences which are not encoded as UTF8 while logging. (#21447) | Paul Ferrell | 2 | -1/+24 |
2021-11-26 | Bootstrap patchelf like GnuPG (#27532) | Massimiliano Culpo | 4 | -83/+70 |
2021-11-25 | module_file_support: update format for configuration (#27598) | Maxim Belkin | 1 | -67/+77 |
2021-11-24 | spack flake8: remove deprecated command (#27290) | Massimiliano Culpo | 1 | -25/+0 |
2021-11-24 | intel-oneapi-mkl: add cluster libs and option for static linking (#26256) | Robert Cohn | 2 | -2/+45 |
2021-11-24 | Make patchelf test use the realpath (#27618) | Harmen Stoppels | 1 | -1/+1 |
2021-11-24 | Update distro to v1.6.0 (#27263) | Massimiliano Culpo | 2 | -217/+502 |
2021-11-24 | Update Jinja2 to v2.11.3 and MarkupSafe to v1.1.1 (#27264) | Massimiliano Culpo | 37 | -4147/+5002 |
2021-11-24 | Update six to v1.16.0 (#27265) | Massimiliano Culpo | 2 | -21/+128 |
2021-11-23 | Fix leaky tests (#27616) | Harmen Stoppels | 3 | -7/+7 |
2021-11-23 | Remove support for Python 2.6 (#27256) | Massimiliano Culpo | 25 | -288/+62 |
2021-11-22 | bugfix: Allow legacy tests to be read after hash break (#26078) | Nathan Hanford | 2 | -1/+33 |
2021-11-22 | Intel packages: add support for LLVM OpenMP (#26517) | Piotr Luszczek | 1 | -1/+7 |
2021-11-22 | Make CUDA and ROCm architecture conditional (#27185) | Massimiliano Culpo | 2 | -2/+4 |
2021-11-22 | Make _enable_or_disable(...) return an empty array for conditional variants w... | Harmen Stoppels | 3 | -0/+32 |
2021-11-19 | Add connection specification to mirror creation (#24244) | Joseph Snyder | 11 | -43/+218 |
2021-11-19 | define_from_variant: return an empty string for non-existing variants (#27503) | Harmen Stoppels | 3 | -0/+29 |
2021-11-19 | Adding --reuse to dev-build command. (#27487) | Michael Davis | 1 | -2/+2 |