Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-09 | env: remove upgrade() and relocate() for now | Todd Gamblin | 3 | -140/+1 |
2018-11-09 | env: add test to ensure config precedence is high-to-low | Todd Gamblin | 2 | -3/+46 |
2018-11-09 | env: make install_status output more concise | Todd Gamblin | 3 | -14/+46 |
2018-11-09 | env: environments can be named or created in directories | Todd Gamblin | 6 | -278/+451 |
2018-11-09 | env: `spack install SPEC` installs into currently active environment. | Todd Gamblin | 4 | -9/+100 |
2018-11-09 | env: `spack env install` automatically concretizes specs | Todd Gamblin | 2 | -6/+16 |
2018-11-09 | env: add spack env activate/deactivate and shell support | Todd Gamblin | 6 | -64/+200 |
2018-11-09 | env: bugfix: spack env list won't fail if var/spack/environments doesn't exist | Todd Gamblin | 1 | -1/+6 |
2018-11-09 | env: rework environments | Todd Gamblin | 8 | -531/+1160 |
2018-11-09 | config: allow env.yaml to contain configuration in a single file | Todd Gamblin | 8 | -81/+271 |
2018-11-09 | env: rename `spack env list` to `spack env status` | Todd Gamblin | 1 | -5/+5 |
2018-11-09 | schemas: rework schemas so that they can be included from other files | Todd Gamblin | 11 | -400/+496 |
2018-11-09 | bugfix: Avoid `KeyError` in compilers.yaml version check | Todd Gamblin | 1 | -2/+2 |
2018-11-09 | env: add -e as global spack argument, make `spack -e <env> spec` work | Todd Gamblin | 6 | -40/+64 |
2018-11-09 | env: add `--env` argument to `spack location` | Todd Gamblin | 2 | -11/+12 |
2018-11-09 | env: add --env argument to `spack find` | Todd Gamblin | 5 | -9/+52 |
2018-11-09 | bugfix: identical specs with different DAG hashes don't shadow each other | Todd Gamblin | 1 | -3/+5 |
2018-11-09 | env: move main Environment class and logic to `spack.environment` | Todd Gamblin | 5 | -601/+629 |
2018-11-09 | utils: merge spack.environment into spack.util.environment | Todd Gamblin | 6 | -634/+628 |
2018-11-09 | env: refactor imports in cmd/env.py and tests | Todd Gamblin | 2 | -16/+11 |
2018-11-09 | env: refactor subparsers in env.py | Todd Gamblin | 1 | -121/+116 |
2018-11-09 | env: add spack env command, along with env.yaml schema and tests | Peter Josef Scheibel | 3 | -0/+987 |
2018-11-09 | env: preserve command_line as the scope of highest precedence | Peter Josef Scheibel | 2 | -10/+23 |
2018-11-09 | env: refactor common arguments | Elizabeth Fischer | 6 | -58/+108 |
2018-11-09 | specs: save/restore concrete & patches when exporting/importing Specs | Elizabeth Fischer | 1 | -0/+20 |