Skip to content
Snippets Groups Projects
Commit 007e168b authored by Gregory L. Lee's avatar Gregory L. Lee Committed by Massimiliano Culpo
Browse files

add pkgconfig as dependence for flux packages (#11036)

parent 0ccc6941
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ class FluxCore(AutotoolsPackage):
depends_on("py-pyyaml", type=('build', 'run'), when="@0.11.0:,master")
depends_on("py-jsonschema", type=('build', 'run'), when="@master")
depends_on("jansson")
depends_on("pkgconfig")
depends_on("yaml-cpp", when="@:0.11.0")
depends_on("lz4", when="@0.11.0:,master")
......
......@@ -31,6 +31,7 @@ class FluxSched(AutotoolsPackage):
depends_on("libxml2@2.9.1:", when="@0.6.0,master")
depends_on("yaml-cpp", when="@0.7.0:")
depends_on("libuuid")
depends_on("pkgconfig")
depends_on("flux-core", type=('build', 'link', 'run'))
depends_on("flux-core+cuda", when='+cuda')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment