summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-10-12 00:49:59 -0700
committerGitHub <noreply@github.com>2017-10-12 00:49:59 -0700
commitb5e136b729e3bde0b45ba2c0f189b6c4d13f0f85 (patch)
tree16db40056837a0b18b2b9b7bd9d15fe1485a5ba3 /etc
parente8073970743e80e375d804b626ec64eaacd4da20 (diff)
downloadspack-b5e136b729e3bde0b45ba2c0f189b6c4d13f0f85.tar.gz
spack-b5e136b729e3bde0b45ba2c0f189b6c4d13f0f85.tar.bz2
spack-b5e136b729e3bde0b45ba2c0f189b6c4d13f0f85.tar.xz
spack-b5e136b729e3bde0b45ba2c0f189b6c4d13f0f85.zip
Better install output (#5714)
* Do not call setup_package for fake installs - setup package could fail if ``setup_dependent_environment`` or other routines expected to use executables from dependencies - xpetsc and boost try to get python config variables in `setup_dependent_package`; this would cause them not to be fake-installable * Remove vestigial deptype_query argument to Spec.traverse() - The `deptype_query` argument isn't used anymore -- it's only passed around and causes confusion when calling traverse. - Get rid of it and just keep the `deptypes` argument * Don't print redundant messages when installing dependencies - `do_install()` was originally depth-first recursive, and printed "<pkg> already installed in ..." multiple times for packages as recursive calls encountered them. - For much cleaner output, use spec.traverse(order='post') to install dependencies instead
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions