Age | Commit message (Expand) | Author | Files | Lines |
2021-07-08 | imports: sort imports everywhere in Spack (#24695) | Todd Gamblin | 327 | -863/+1045 |
2021-07-07 | cvs tests: don't use dateutil at all | Todd Gamblin | 1 | -18/+21 |
2021-07-07 | style: get close to full coverage of `spack style` | Todd Gamblin | 3 | -95/+182 |
2021-07-07 | style: clean up and restructure `spack style` command | Todd Gamblin | 1 | -93/+77 |
2021-07-07 | style: Move isort configuration to pyproject.toml | Todd Gamblin | 1 | -4/+0 |
2021-07-07 | style: add support for `isort` and `--fix` | Danny McClanahan | 1 | -9/+55 |
2021-07-06 | oneAPI packages: add 2021.3 release (#24617) | Vasily Danilin | 2 | -12/+35 |
2021-07-06 | fix buffered download (#24623) | Harmen Stoppels | 1 | -8/+8 |
2021-07-06 | installer: fix double print of exception (#24697) | eugeneswalker | 1 | -0/+1 |
2021-07-02 | Fix fetching for Python 3.9.6 (#24686) | Adam J. Stewart | 1 | -6/+6 |
2021-07-02 | Pipelines: Improve broken specs check (#24643) | Scott Wittenburg | 2 | -21/+25 |
2021-07-02 | Add `when` context manager to group common constraints in packages (#24650) | Massimiliano Culpo | 4 | -63/+183 |
2021-07-01 | meson: fix typo (libs instead of default_library) (#24649) | Harmen Stoppels | 1 | -2/+2 |
2021-06-30 | ci: only write to broken-specs list on SpackError (#24618) | Zack Galbreath | 2 | -18/+20 |
2021-06-30 | ci: Don't raise an exception if we fail to relate CDash builds (#24299) | Zack Galbreath | 4 | -73/+96 |
2021-06-29 | spack style: warn if flake8-import-order is missing (#24590) | Adam J. Stewart | 1 | -4/+7 |
2021-06-29 | Fix prefix-collision detection for projections (#24049) | Harmen Stoppels | 4 | -32/+80 |
2021-06-28 | Use flake8-import-order to enforce PEP-8 compliance (#23947) | Adam J. Stewart | 1 | -9/+9 |
2021-06-28 | CUDA: 11.0.3 (11.0 "Update 1") (#24481) | Axel Huebl | 1 | -4/+4 |
2021-06-27 | docs: link projections docs to spec format (#24478) | Dylan Simon | 1 | -1/+2 |
2021-06-26 | Update archspec to support arm compiler on a64fx (#24524) | Massimiliano Culpo | 2 | -1/+13 |
2021-06-25 | Doc: Note on required changes after merge of reproducible builds (#24347) | Adrien Bernede | 1 | -1/+18 |
2021-06-25 | Add support for .tbz file extensions (#24479) | Adam J. Stewart | 2 | -1/+3 |
2021-06-24 | Environment modifications: de-prioritize external packages (#23824) | Peter Scheibel | 4 | -170/+270 |
2021-06-24 | Pipelines: Set a pipeline type variable (#24505) | Scott Wittenburg | 3 | -13/+17 |
2021-06-24 | Add Externally Findable section to info command (#24503) | Asher Mancinelli | 2 | -0/+37 |
2021-06-23 | Update command to setup tutorial (#24488) | Massimiliano Culpo | 1 | -2/+2 |
2021-06-23 | spack ci: use return codes to signal exit status (#24090) | Scott Wittenburg | 1 | -3/+3 |
2021-06-23 | Fix broken CI for package only PRs, make dateutil not strictly required (#24484) | Massimiliano Culpo | 1 | -6/+5 |
2021-06-22 | filter_compiler_wrappers: include realpath of compiler wrappers (#24456) | eugeneswalker | 1 | -1/+5 |
2021-06-22 | Add config option to use urllib to fetch if curl missing (#21398) | loulawrence | 5 | -117/+227 |
2021-06-22 | Update conftest.py (#24473) | Peter Scheibel | 1 | -2/+2 |
2021-06-22 | ASP-based solver: fix provider logic (#24351) | Massimiliano Culpo | 2 | -10/+31 |
2021-06-22 | ASP-based solver: fix facts for default providers (#24380) | Massimiliano Culpo | 1 | -1/+2 |
2021-06-22 | Implement CVS fetcher (#23212) | Erik Schnetter | 4 | -2/+423 |
2021-06-22 | adding save of build times on install (#24350) | Vanessasaurus | 6 | -44/+123 |
2021-06-21 | Fetching: git on Mac OS (#24247) | Peter Scheibel | 3 | -5/+15 |
2021-06-18 | Add an audit system to Spack (#23053) | Massimiliano Culpo | 5 | -0/+625 |
2021-06-17 | oneAPI compiler: update openmp flag (#23771) | Frank Willmore | 2 | -2/+2 |
2021-06-17 | Adding support for spack monitor with containerize (#23777) | Vanessasaurus | 6 | -1/+417 |
2021-06-17 | ci: add all locally computed hashes as job variables (#24359) | Scott Wittenburg | 1 | -4/+9 |
2021-06-17 | Unset LD_PRELOAD and DYLD_INSERT_LIBRARIES (#24177) | Harmen Stoppels | 1 | -0/+4 |
2021-06-15 | adding spack upload command (#24321) | Vanessasaurus | 3 | -8/+121 |
2021-06-14 | extending example for buildcaches (#22504) | Vanessasaurus | 1 | -6/+78 |
2021-06-14 | adding more description to binary caches (#23934) | Vanessasaurus | 1 | -0/+23 |
2021-06-14 | oneAPI packages: fix install for python2 (#24296) | Robert Cohn | 1 | -2/+2 |
2021-06-12 | IntelPackage: use 'version_yearlike' in check for libfabrics RPATH. (#16700) | Dominik Gresch | 1 | -1/+1 |
2021-06-12 | Ensure all roots of an installed environment are marked explicit in db (#24277) | Greg Becker | 2 | -0/+28 |
2021-06-11 | setup-env: allow users to skip module function setup (#24236) | Adam J. Stewart | 1 | -3/+9 |
2021-06-11 | Display proper message when patch checksum doesn't match (#24229) | iarspider | 1 | -1/+1 |