diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-11-04 11:47:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 11:47:57 -0700 |
commit | 2536029ea9e09707bb2a4c4a2b60a6a726ac8b9e (patch) | |
tree | c2840dd27e3ae4d015bd9ba7ea028b0ee08471d0 /.travis.yml | |
parent | 9a585e6c6a7208dc4cb2b4958e8c654f022d7ea3 (diff) | |
download | spack-2536029ea9e09707bb2a4c4a2b60a6a726ac8b9e.tar.gz spack-2536029ea9e09707bb2a4c4a2b60a6a726ac8b9e.tar.bz2 spack-2536029ea9e09707bb2a4c4a2b60a6a726ac8b9e.tar.xz spack-2536029ea9e09707bb2a4c4a2b60a6a726ac8b9e.zip |
Better spack spec (#2238)
* Add options for hashes, tree depth, and YAML to `spack spec`.
- Can now display hashes with `spack spec`, like `spack find`.
- Removed the old "ids" argument to `spack spec` (which
printed numerical values)b
- Can output YAML spec from `spack spec` with `-y`
- Can control depth of DAG traversal with --cover=[nodes|edges|paths]
- Can print install status (installed, missing, not installed) with -I
* Don't use YAML aliases in specs.
- Force Spack's YAML dumper to ignore aliases.
- aliases cause non-canonical YAML to be used in DAG hash, and result in
redundant hashes.
- add a test to ensure this behavior stays
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions