diff options
author | Greg Becker <becker33@llnl.gov> | 2020-10-15 17:23:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 17:23:16 -0700 |
commit | 7a6268593ce957a54bbe8fbcb7b3e1ea1b71ee2c (patch) | |
tree | 2c0a02fbce875022ad4af6eca844646be0a99dea /.github/workflows/style_and_docs.yaml | |
parent | 2ed39dfd8eeaf34757cabe1bb761ffc9057ca35f (diff) | |
download | spack-7a6268593ce957a54bbe8fbcb7b3e1ea1b71ee2c.tar.gz spack-7a6268593ce957a54bbe8fbcb7b3e1ea1b71ee2c.tar.bz2 spack-7a6268593ce957a54bbe8fbcb7b3e1ea1b71ee2c.tar.xz spack-7a6268593ce957a54bbe8fbcb7b3e1ea1b71ee2c.zip |
Environments: specify packages for developer builds (#15256)
* allow environments to specify dev-build packages
* spack develop and spack undevelop commands
* never pull dev-build packges from bincache
* reinstall dev_specs when code has changed; reinstall dependents too
* preserve dev info paths and versions in concretization as special variant
* move install overwrite transaction into installer
* move dev-build argument handling to package.do_install
now that specs are dev-aware, package.do_install can add
necessary args (keep_stage=True, use_cache=False) to dev
builds. This simplifies driving logic in cmd and env._install
* allow 'any' as wildcard for variants
* spec: allow anonymous dependencies
raise an error when constraining by or normalizing an anonymous dep
refactor concretize_develop to remove dev_build variant
refactor tests to check for ^dev_path=any instead of +dev_build
* fix variant class hierarchy
Diffstat (limited to '.github/workflows/style_and_docs.yaml')
0 files changed, 0 insertions, 0 deletions