diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2024-03-04 08:48:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 16:48:12 +0100 |
commit | 054371025893a0ac54529f77cbca7c6485af71bf (patch) | |
tree | a61ba78304969b60a51f0cc2d535e0d8a1113d21 /var | |
parent | 5d994e48d54fafef53495b9acbcc09e813dbc11d (diff) | |
download | spack-054371025893a0ac54529f77cbca7c6485af71bf.tar.gz spack-054371025893a0ac54529f77cbca7c6485af71bf.tar.bz2 spack-054371025893a0ac54529f77cbca7c6485af71bf.tar.xz spack-054371025893a0ac54529f77cbca7c6485af71bf.zip |
flux-core: flux-security dependency with build/link (#42985)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/flux-core/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/flux-core/package.py b/var/spack/repos/builtin/packages/flux-core/package.py index 1df4c07b83..3d6ce024d9 100644 --- a/var/spack/repos/builtin/packages/flux-core/package.py +++ b/var/spack/repos/builtin/packages/flux-core/package.py @@ -169,7 +169,7 @@ class FluxCore(AutotoolsPackage): # Note that if you install with this variant, it is # recommended to create a view and then a broker.toml that # has the path to flux-imp generated by flux-security - depends_on("flux-security", type="build", when="+security") + depends_on("flux-security", when="+security") # Need autotools when building on master: depends_on("autoconf", type="build", when="@master") |