diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2019-08-22 11:08:23 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-08-22 11:08:23 -0700 |
commit | c9e214f6d37af9320afc3a3bca304143c91254e7 (patch) | |
tree | eee05c06e8fbe6f2e68a60f3e35be1fc1aa6793c /.codecov.yml | |
parent | 47238b9714d6ef32e7867ac915936cc5bd6599fd (diff) | |
download | spack-c9e214f6d37af9320afc3a3bca304143c91254e7.tar.gz spack-c9e214f6d37af9320afc3a3bca304143c91254e7.tar.bz2 spack-c9e214f6d37af9320afc3a3bca304143c91254e7.tar.xz spack-c9e214f6d37af9320afc3a3bca304143c91254e7.zip |
Spack BundlePackage: a group of other packages (#11981)
This adds a special package type to Spack which is used to aggregate
a set of packages that a user might commonly install together; it
does not include any source code itself and does not require a
download URL like other Spack packages. It may include an 'install'
method to generate scripts, and Spack will run post-install hooks
(including module generation).
* Add new BundlePackage type
* Update the Xsdk package to be a BundlePackage and remove the
'install' method (previously it had a noop install method)
* "spack create --template" now takes "bundle" as an option
* Rename cmd_create_repo fixture to "mock_test_repo" and relocate it
to shared pytest fixtures
* Add unit tests for BundlePackage behavior
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions