diff options
author | Greg Becker <becker33@llnl.gov> | 2020-05-20 17:09:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 17:09:07 -0700 |
commit | cfb6f212360ff4aa75eb65fcb6b9c29c508458e1 (patch) | |
tree | 67a5a8d6396db90ff1aff90ac0bd3c056ecf1965 /.gitignore | |
parent | 92989fbbfdc68c25df64004c6b0802431cc4055d (diff) | |
download | spack-cfb6f212360ff4aa75eb65fcb6b9c29c508458e1.tar.gz spack-cfb6f212360ff4aa75eb65fcb6b9c29c508458e1.tar.bz2 spack-cfb6f212360ff4aa75eb65fcb6b9c29c508458e1.tar.xz spack-cfb6f212360ff4aa75eb65fcb6b9c29c508458e1.zip |
externals: allow package prefs to configure default not buildable (#16735)
Allows `all` to be configured non-buildable in packages.yaml.
The following config would only allow zlib to be built by Spack, all other packages would have to be found as externals.
```
packages:
all:
buildable: False
zlib:
buildable: True
```
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions