Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-06-08 | Pipelines: Fix default generated rebuild job script (#24185) | Scott Wittenburg | 1 | -2/+1 |
2021-06-08 | ASP-based solver: permit to use virtual specs in environments (#24199) | Massimiliano Culpo | 4 | -17/+50 |
2021-06-08 | ASP-based solver: reordered low priority optimization criteria (#24184) | Massimiliano Culpo | 2 | -16/+25 |
2021-06-08 | macOS: add monterey as macOS version 12. (#24192) | Todd Gamblin | 1 | -1/+2 |
2021-06-07 | Fix brittle unit-tests on providers (#24186) | Massimiliano Culpo | 1 | -2/+0 |
2021-06-07 | build_systems: Make autotools builds verbose (#24161) | Michael Kuhn | 1 | -1/+4 |
2021-06-07 | Docs: fix missing backtick in Environments docs (#24109) | Adam J. Stewart | 1 | -1/+1 |
2021-06-05 | Fix git_version on macOS (#24163) | Adam J. Stewart | 1 | -2/+3 |
2021-06-04 | main, modules: fix module roots not being found (#24135) | Michael Kuhn | 2 | -10/+5 |
2021-06-04 | enable std c++14 (#24127) | Joe Heaton | 1 | -0/+6 |
2021-06-04 | cmd/stage: print stage path (#24019) | Michael Kuhn | 1 | -0/+3 |
2021-06-04 | bugfix: modules relative to view use top-level view root, not implementation ... | Greg Becker | 3 | -4/+4 |
2021-06-04 | Don't warn about missing source id for external packages (#24125) | Adam J. Stewart | 1 | -2/+3 |
2021-06-04 | Speed-up version parsing and comparison (#22973) | Tom Scogland | 2 | -52/+84 |
2021-06-03 | Pipelines: Fix generation when dep and pkg arch differ (#24089) | Scott Wittenburg | 1 | -1/+1 |
2021-06-03 | Extend cuda conflicts to cray platform (#24057) | Harmen Stoppels | 1 | -61/+52 |
2021-06-02 | Pipelines: pass relative artifact paths to child jobs (#24085) | Scott Wittenburg | 4 | -34/+104 |
2021-06-02 | ensure the staging dir exists for `spack stage -p <PATH>` (#23963) | Danny McClanahan | 4 | -20/+43 |
2021-06-01 | Fix bug where cmake prefix path on the command line does not include transiti... | Harmen Stoppels | 2 | -18/+20 |
2021-06-01 | Simplified the spack.util.gpg implementation (#23889) | Massimiliano Culpo | 10 | -368/+304 |
2021-06-01 | Fix leading / during spack buildcache -f ... (#24028) | Harmen Stoppels | 1 | -1/+1 |
2021-05-31 | Log performance improvement (#23925) | Tom Scogland | 1 | -22/+37 |
2021-05-28 | adding support for export of private gpg key (#22557) | Vanessasaurus | 5 | -12/+115 |
2021-05-28 | Cache compiler lookup per package (#23988) | Harmen Stoppels | 1 | -1/+3 |
2021-05-28 | Separable module configuration -- without the bugs this time (#23703) | Greg Becker | 31 | -200/+662 |
2021-05-28 | Pipelines: reproducible builds (#22887) | Scott Wittenburg | 12 | -548/+1656 |
2021-05-28 | aocc version detection (#23907) | Greg Becker | 1 | -1/+4 |
2021-05-27 | bugfix: mirror index shows missing packages (#23939) | Greg Becker | 3 | -4/+66 |
2021-05-27 | only readlink on links (#23948) | Greg Becker | 1 | -1/+1 |
2021-05-26 | allow whitespace formatting in variant descriptions (#23853) | Greg Becker | 1 | -4/+6 |
2021-05-25 | adding json export for spack blame (#23417) | Vanessasaurus | 3 | -14/+121 |