Age | Commit message (Expand) | Author | Files | Lines |
2017-10-04 | Fix module loads (#5599) | becker33 | 1 | -10/+16 |
2017-10-04 | module files: restricted token expansion + case sensitivity (#5474) | Massimiliano Culpo | 8 | -22/+170 |
2017-10-04 | spec.patches: fix dictionary reference (#5608) | scheibelp | 1 | -2/+3 |
2017-10-04 | Hotfix: maintain patch order while fixing hash | Massimiliano Culpo | 2 | -23/+29 |
2017-10-03 | wrap generator with collection to avoid exhausting it with single iteration (... | scheibelp | 1 | -3/+3 |
2017-10-02 | patch: add workdir option (#5501) | Christoph Junghans | 3 | -11/+46 |
2017-09-30 | Port CTest's log scraping logic to Spack (#5561) | Todd Gamblin | 4 | -62/+387 |
2017-09-30 | Add testing for spack blame; refactor llnl.util tests | Todd Gamblin | 7 | -23/+106 |
2017-09-30 | Add 'spack blame' command: shows contributors to packages | Todd Gamblin | 6 | -25/+280 |
2017-09-30 | Typo: file -> directory (#5560) | George Hartzell | 1 | -1/+1 |
2017-09-30 | Documentation for dependency patching. | Todd Gamblin | 3 | -23/+189 |
2017-09-30 | Patches are hashed with specs, and can be associated with dependencies. | Todd Gamblin | 13 | -155/+555 |
2017-09-30 | add spack flake8 exception for long checksums | Todd Gamblin | 1 | -2/+2 |
2017-09-30 | Clean up exceptions and function names in directives. | Todd Gamblin | 1 | -41/+23 |
2017-09-30 | Consolidate some web-spidering commands in spack.util.web | Todd Gamblin | 6 | -116/+118 |
2017-09-30 | Disable duplicate cross-reference warnings in Sphinx. | Todd Gamblin | 1 | -0/+14 |
2017-09-30 | Refactor Package dependency metadata | Todd Gamblin | 14 | -123/+217 |
2017-09-30 | Patch.apply() shouldn't affect working directory of caller. | Todd Gamblin | 1 | -11/+12 |
2017-09-30 | Only print "no patches needed" if there were no patches. | Todd Gamblin | 1 | -1/+5 |
2017-09-29 | Add test deptype (#5132) | scheibelp | 9 | -11/+181 |
2017-09-29 | modules: specialized configure_options for external packages (#5543) | Massimiliano Culpo | 2 | -2/+20 |
2017-09-25 | module files: system paths are excluded from path inspection (#5460) | Massimiliano Culpo | 4 | -11/+72 |
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 |