Age | Commit message (Expand) | Author | Files | Lines |
2017-09-21 | Prefer later versions of compilers by default (#5234) | scheibelp | 3 | -24/+18 |
2017-09-20 | update Blas/Lapack section of packaging guide (#5383) | Denis Davydov | 1 | -12/+41 |
2017-09-19 | Modulefiles generated with a template engine (#3183) | Massimiliano Culpo | 94 | -1775/+15845 |
2017-09-17 | Add --show-log-on-error option to `spack install` | Todd Gamblin | 4 | -14/+59 |
2017-09-17 | Remove redundant dest arguments in install.py | Todd Gamblin | 1 | -8/+8 |
2017-09-17 | Fix log error parsing bug introduced in c830eda0e (#5387) | Todd Gamblin | 2 | -3/+3 |
2017-09-17 | Filter system paths from CMAKE_PREFIX_PATH (#5385) | Pramod S Kumbhar | 1 | -0/+2 |
2017-09-16 | Improve external package location detection algorithm. (#5145) | Kelly (KT) Thompson | 2 | -1/+8 |
2017-09-16 | set CMAKE_PREFIX_PATH for cmake packages (#5364) | Denis Davydov | 1 | -0/+5 |
2017-09-12 | Force reference consistency between Spec & Package | Massimiliano Culpo | 2 | -13/+23 |
2017-09-11 | clean up concreteness detection | Todd Gamblin | 3 | -99/+27 |
2017-09-11 | bugfix: concrete dependencies are now copied properly. | Todd Gamblin | 1 | -25/+44 |
2017-09-11 | Simplify logic in Spec.normalize() | Todd Gamblin | 1 | -4/+4 |
2017-09-11 | Preserve original stack trace for UnsatisfiableSpecError | Todd Gamblin | 1 | -3/+4 |
2017-09-11 | 'with_or_without' accepts bool variants | Massimiliano Culpo | 2 | -36/+151 |
2017-09-09 | Fix name detection in HeaderList and LibraryList (#5118) | Adam J. Stewart | 2 | -34/+68 |
2017-09-08 | Bootstrap environment-modules | Matthew Scott Krafczyk | 4 | -112/+233 |
2017-09-07 | dump environment in sourceable form (#5301) | Rob Latham | 1 | -1/+1 |
2017-09-06 | Update copyright notices for 2017 (#5295) | Michael Kuhn | 232 | -232/+232 |
2017-09-05 | Added support for querying by tags (#4786) | Massimiliano Culpo | 9 | -127/+518 |
2017-09-05 | Fixed bug in `spack env` due to missing argument. (#5280) | Massimiliano Culpo | 3 | -7/+58 |
2017-09-01 | Set default cmake build_type to Release for llvm | scheibelp | 1 | -1/+1 |
2017-08-31 | Patch directive allows non-archives (#5197) | Massimiliano Culpo | 5 | -1/+100 |
2017-08-30 | add optional maintainers property to package (#5230) | Denis Davydov | 2 | -0/+9 |
2017-08-30 | Slightly better error matching when parsing spack logs (#5236) | Andrey Prokopenko | 1 | -1/+1 |
2017-08-29 | Added unit tests for Spec.__init__ exceptional paths | alalazo | 1 | -0/+11 |
2017-08-29 | Fixed bug in Spec._dup, updated docstring | alalazo | 1 | -7/+17 |
2017-08-29 | Make Spec construction simpler (#5227) | Todd Gamblin | 1 | -27/+26 |
2017-08-28 | Add --show-full-compiler option to 'spack find' | Matthew Scott Krafczyk | 2 | -2/+12 |
2017-08-25 | Removed default value for 'dirty' function argument. (#5109) | Massimiliano Culpo | 1 | -3/+3 |
2017-08-25 | Fix copyright years in spack create template (#5203) | Michael Kuhn | 1 | -1/+1 |
2017-08-25 | Improve Ubuntu arch detection (#2649) | Michael Kuhn | 1 | -1/+6 |
2017-08-25 | Link extra_rpaths from compilers.yaml at build time (#5211) | scheibelp | 1 | -0/+2 |
2017-08-25 | patch config.guess for any ppc64le arch (#5215) | Gregory Lee | 1 | -1/+1 |
2017-08-25 | Improve grammar in build log error message. (#5214) | Todd Gamblin | 1 | -2/+7 |
2017-08-25 | Add contributors link to Sphinx docs (#5213) | Mark C. Miller | 1 | -1/+1 |
2017-08-25 | Respect --insecure (-k) flag when fetching list_url. (#5178) | Sergey Kosukhin | 1 | -3/+33 |
2017-08-24 | test/gpg: init from the testing key directory | Ben Boeckel | 1 | -11/+2 |
2017-08-24 | gpg: add an argument for the import directory | Ben Boeckel | 1 | -2/+8 |
2017-08-23 | Improve Spec literals, add Spec.from_dict() (#5151) | Massimiliano Culpo | 4 | -199/+472 |
2017-08-23 | Add --source option to spack install (#4102) | Christoph Junghans | 3 | -0/+27 |
2017-08-23 | add test for lua and node patching in sbang (#5169) | healther | 1 | -6/+42 |
2017-08-22 | Add testing for new build output. | Todd Gamblin | 3 | -2/+55 |
2017-08-22 | Make install command reusable within single Spack run | Todd Gamblin | 3 | -21/+48 |
2017-08-22 | SpackCommand uses log_output to capture command output. | Todd Gamblin | 5 | -43/+29 |
2017-08-22 | log_ouptut can take either a filename or a file object | Todd Gamblin | 1 | -55/+93 |
2017-08-22 | Display build output on ProcessError, instead of Python context. | Todd Gamblin | 2 | -29/+200 |
2017-08-22 | Limit package context to 3 lines and colorize in error output. | Todd Gamblin | 1 | -4/+16 |
2017-08-22 | Config scopes are now returning OrderedDicts instead of dicts. (#5183) | Massimiliano Culpo | 3 | -3/+73 |
2017-08-21 | Add environment variables to path substitution | Matthew Scott Krafczyk | 3 | -22/+52 |