Age | Commit message (Expand) | Author | Files | Lines |
2021-05-03 | Use Python's built-in machinery to import compilers (#23290) | Massimiliano Culpo | 1 | -8/+7 |
2021-05-03 | cmd: improve shell support help message (#23410) | Michael Kuhn | 1 | -1/+8 |
2021-05-03 | Use an environment variable to set the default stacktrace behavior (#23357) | Harmen Stoppels | 1 | -0/+1 |
2021-04-28 | Make Spack able to apply gz compressed remote patches (#22823) | Massimiliano Culpo | 2 | -2/+19 |
2021-04-28 | Fix intersection if a version is a prefix of another (#22941) | BenWeber42 | 2 | -1/+6 |
2021-04-28 | Read colorization from environment variable, if command line is not set (#23130) | Harmen Stoppels | 2 | -2/+9 |
2021-04-27 | Import hooks using Python's built-in machinery (#23288) | Massimiliano Culpo | 1 | -52/+66 |
2021-04-27 | Don't report configure errors to CDash for successful packages (#23286) | Zack Galbreath | 2 | -9/+28 |
2021-04-26 | Dyninst: Add dependencies for v11.0.0 (#23121) | Tim Haines | 1 | -1/+1 |
2021-04-23 | docs: be more precise on what `spack add ...` does (#23204) | George Hartzell | 1 | -3/+3 |
2021-04-22 | Docs: Updated copyrights in files still using 2020 as ending year (#23215) | Tamara Dahlgren | 4 | -4/+4 |
2021-04-21 | ASP-based solve: minimize compiler mismatches (#23016) | Massimiliano Culpo | 2 | -32/+26 |
2021-04-21 | ASP-based solver: suppress warnings when constructing facts (#23090) | Massimiliano Culpo | 1 | -1/+4 |
2021-04-20 | check for package in spec not variant (#23157) | Chris White | 1 | -3/+3 |
2021-04-20 | Catch rstudio based URL for `cran` attribute in create.py (#23072) | Glenn Johnson | 1 | -1/+1 |
2021-04-20 | Fixing typo tty.fail -> tty.die and monitor docstrings (#23152) | Vanessasaurus | 1 | -37/+90 |
2021-04-16 | docs: spack does not have a variant debug for libelf (#23021) | Vanessasaurus | 1 | -3/+3 |
2021-04-15 | Return non-zero from CDash reporter when errors are detected (#22962) | Zack Galbreath | 1 | -4/+12 |
2021-04-15 | Merge pull request #21930 from vsoch/add/spack-monitor | Vanessasaurus | 29 | -102/+2253 |
2021-04-15 | Use `gethostname()` instead of `getfqdn()` for lock debug mode | vsoch | 2 | -2/+2 |
2021-04-14 | updates for new tutorial | Gregory Becker | 1 | -2/+2 |
2021-04-13 | Documentation: update intel-parallel-studio instructions (#22248) | Tiziano Müller | 1 | -36/+36 |
2021-04-13 | intel-parallel-studio: fix vtune installation for 2020+ (#22255) | Tiziano Müller | 1 | -3/+5 |
2021-04-12 | Externals with merged prefixes (#22653) | Peter Scheibel | 2 | -17/+85 |
2021-04-11 | ASP-based solver: assign OS correctly with inheritance from parent (#22896) | Massimiliano Culpo | 3 | -0/+28 |
2021-04-09 | Build process output: handle UTF-8 for python 3.x to 3.7 (#22888) | Peter Scheibel | 1 | -2/+9 |
2021-04-08 | bugfix: `spack config blame` should print all lines of config (#22598) | Todd Gamblin | 2 | -7/+44 |
2021-04-08 | autotools: ensure config.guess and config.sub are writeable before patching t... | Toyohisa Kameyama | 1 | -0/+4 |
2021-04-07 | [oneapi] fix mkl deps, externally installed, and docs (#22607) | Robert Cohn | 2 | -24/+45 |
2021-04-06 | meson: added variants, changed defaults for the build system (#22715) | Harmen Stoppels | 2 | -4/+21 |
2021-04-06 | spack location: fix usage without args (#22755) | Harmen Stoppels | 2 | -4/+5 |
2021-04-06 | Remove erroneous warnings about quotes for from_source_file (#22767) | Adam J. Stewart | 2 | -10/+18 |
2021-04-02 | Check against a list of known-broken specs in `ci generate` (#22690) | Zack Galbreath | 7 | -16/+124 |
2021-04-02 | Document unzip (#22723) | Harmen Stoppels | 1 | -1/+1 |
2021-04-02 | concretizer: improve display of optimization criteria (#22433) | Todd Gamblin | 4 | -18/+78 |
2021-04-01 | add CachedCMakePackage for using CMake initial config files | Greg Becker | 2 | -0/+253 |
2021-04-01 | Revert "CachedCMakePackage for using *.cmake initial config files (#19316)"" | Todd Gamblin | 2 | -253/+0 |
2021-04-01 | bugfix: compiler wrappers should handle extra spaces between arguments (#22725) | Elizabeth Fischer | 1 | -1/+9 |
2021-03-31 | CachedCMakePackage for using *.cmake initial config files (#19316)" | Greg Becker | 2 | -0/+253 |
2021-03-31 | Revert "CachedCMakePackage for using *.cmake initial config files (#19316)" | Chris White | 2 | -253/+0 |
2021-03-31 | CachedCMakePackage for using *.cmake initial config files (#19316) | Greg Becker | 2 | -0/+253 |
2021-03-31 | hotfix: make ifx work with autoconf <= 2.69 in Spack (#22683) | Todd Gamblin | 2 | -0/+22 |
2021-03-31 | specs: remove "or ''" from Spec comparisons | Todd Gamblin | 2 | -4/+8 |
2021-03-31 | specs: use lazy lexicographic comparison instead of key_ordering | Todd Gamblin | 5 | -155/+340 |
2021-03-31 | specs: speed up traversal by avoiding redundant canonicalization | Todd Gamblin | 1 | -1/+10 |
2021-03-30 | Make -j flag less exceptional (#22360) | Harmen Stoppels | 7 | -39/+90 |
2021-03-30 | SpackCommand objects can set global args (#22318) | Harmen Stoppels | 3 | -5/+31 |
2021-03-30 | Bootstrapping: swap store before configuration (#22631) | Massimiliano Culpo | 3 | -6/+45 |
2021-03-30 | Bootstrap: add _builtin config scope (#22610) | Harmen Stoppels | 1 | -2/+5 |
2021-03-30 | Fix clearing cache of InternalConfigScope (#22609) | Harmen Stoppels | 3 | -38/+47 |