flux-core: flux-security dependency with build/link (#42985)

This commit is contained in:
Vanessasaurus
2024-03-04 08:48:12 -07:00
committed by GitHub
parent 5d994e48d5
commit 0543710258

View File

@@ -169,7 +169,7 @@ class FluxCore(AutotoolsPackage):
# Note that if you install with this variant, it is # Note that if you install with this variant, it is
# recommended to create a view and then a broker.toml that # recommended to create a view and then a broker.toml that
# has the path to flux-imp generated by flux-security # 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: # Need autotools when building on master:
depends_on("autoconf", type="build", when="@master") depends_on("autoconf", type="build", when="@master")