Age | Commit message (Expand) | Author | Files | Lines |
2018-12-14 | Fix spack package inheritance for module variables (#10097) | Greg Becker | 3 | -25/+37 |
2018-12-10 | Make downloads from list_url deterministic (#10047) | Adam J. Stewart | 1 | -1/+1 |
2018-12-06 | multimethod: slight refactoring, documentation for code review | Gregory Becker | 3 | -39/+44 |
2018-12-06 | fix MRO for multimethod.__call__ using iterative algorithm. | Gregory Becker | 2 | -9/+59 |
2018-12-06 | tests: fully parametrize multimethod test | Todd Gamblin | 1 | -37/+47 |
2018-12-06 | multimethod uses Spec() instead of parse_anonymous_spec() | Todd Gamblin | 2 | -21/+11 |
2018-12-06 | spec: refactor and clean up Spec initialization | Todd Gamblin | 2 | -206/+248 |
2018-12-06 | Added test for multimethod inheritance | Gregory Becker | 1 | -0/+4 |
2018-12-04 | improved constraint conflict error message (#9975) | Peter Scheibel | 1 | -2/+8 |
2018-11-28 | Injected flags have a consistent order (#9960) | Massimiliano Culpo | 4 | -16/+30 |
2018-11-27 | Expose option to save all dependencies when writing spec.yaml (#9965) | Scott Wittenburg | 1 | -2/+2 |
2018-11-16 | intel-mkl: fix usage of openmp_libs and tbb_libs (#9863) | Denis Davydov | 1 | -3/+3 |
2018-11-13 | Fix bugs in Modules Tutorial (#9821) | Adam J. Stewart | 1 | -3/+3 |
2018-11-12 | Fix typos in Build Systems Tutorial (#9822) | Adam J. Stewart | 1 | -4/+4 |
2018-11-12 | docs: update tutorial slide link for SC18 | Todd Gamblin | 1 | -8/+8 |
2018-11-12 | version bump: v0.12.0 | Todd Gamblin | 1 | -1/+1 |
2018-11-12 | docs: add environments tutorial | Todd Gamblin | 2 | -4/+821 |
2018-11-11 | Updates to Configuration Tutorial for SC18 (#9811) | Adam J. Stewart | 1 | -176/+242 |
2018-11-11 | Consistent capitalization of Build Caches docs for SC18 (#9810) | Adam J. Stewart | 1 | -1/+1 |
2018-11-11 | Minor changes to Build Settings docs (#9808) | Adam J. Stewart | 1 | -25/+27 |
2018-11-11 | Minor changes to Basic Settings docs for SC18 (#9809) | Adam J. Stewart | 1 | -13/+13 |
2018-11-11 | Update basic usage and modules tutorial (#9807) | Greg Becker | 3 | -1148/+1149 |
2018-11-11 | Advanced packaging tutorial: reorganize for binary caches (#9804) | Peter Scheibel | 1 | -145/+157 |
2018-11-11 | env: uninstall just removes specs that are still needed by other envs | Todd Gamblin | 1 | -51/+107 |
2018-11-11 | bugfix: preserve abstract specs when installing an environment | Todd Gamblin | 2 | -9/+9 |
2018-11-11 | env: fix display of concretized specs in `spack find` | Todd Gamblin | 1 | -5/+3 |
2018-11-11 | env: make `spack config edit` and `spack config get` environment-aware | Todd Gamblin | 5 | -27/+183 |
2018-11-11 | bugfix: make defaults consistent --use-cache and --no-cache (#9803) | Todd Gamblin | 1 | -3/+3 |
2018-11-11 | Update buildsystem tut (#9795) | Mario Melara | 2 | -45/+54 |
2018-11-11 | Updates to Configuration Files docs for SC18 (#9801) | Adam J. Stewart | 2 | -139/+138 |
2018-11-09 | install: add --use-cache back so that existing tooling does not break (#9797) | Todd Gamblin | 1 | -2/+8 |
2018-11-09 | Introduce fftw-api virtual package for Intel-MKL and FFTW (#9618) | Nichols A. Romero | 1 | -2/+5 |
2018-11-09 | buildcache: update `spack install` to use build cache by default (#9772) | Greg Becker | 4 | -7/+11 |
2018-11-09 | env: clean up command access to the active environment | Todd Gamblin | 5 | -40/+51 |
2018-11-09 | env: only add `concrete` attribute to abstract specs | Todd Gamblin | 1 | -3/+4 |
2018-11-09 | env: make environment search more consistent; simplify code | Todd Gamblin | 4 | -105/+105 |
2018-11-09 | externals: bugfix in ruamel for ordereddict in Python 2.6 | Todd Gamblin | 1 | -2/+2 |
2018-11-09 | env: rename EnvError to SpackEnvironmentError | Todd Gamblin | 2 | -13/+10 |
2018-11-09 | bugfix: preserve patch ordering when specs are copied | Todd Gamblin | 1 | -0/+9 |
2018-11-09 | fix bad regular expressions and docstrings with '\' | Todd Gamblin | 2 | -4/+4 |
2018-11-09 | commands: rework command categories and arguments | Todd Gamblin | 14 | -22/+27 |
2018-11-09 | env: consolidate most of `spack env status` into `spack find` | Todd Gamblin | 7 | -148/+259 |
2018-11-09 | env: move `env uninstall` into `spack uninstall` | Todd Gamblin | 6 | -72/+191 |
2018-11-09 | env: move `spack env stage` into `spack stage` command | Todd Gamblin | 4 | -27/+15 |
2018-11-09 | env: `spack env destroy` is now `spack env remove` | Todd Gamblin | 2 | -20/+23 |
2018-11-09 | env: move add, remove, and concretize to top-level commands | Todd Gamblin | 7 | -104/+155 |
2018-11-09 | env: moved all `spack env install` functionality into `spack install` | Todd Gamblin | 4 | -124/+110 |
2018-11-09 | env: remove all -e arguments on subcommands | Todd Gamblin | 2 | -18/+25 |
2018-11-09 | env: currently activated environment cannot be destroyed | Todd Gamblin | 3 | -22/+42 |
2018-11-09 | env: prevent any active environments from interfering with tests | Todd Gamblin | 1 | -0/+22 |