fix(pmdk): add pkconfig as dependency (#37896)

Fix #37887 failure.
This commit is contained in:
H. Joe Lee
2023-05-25 12:35:48 -05:00
committed by GitHub
parent 64eea9d996
commit 8eef458cea

View File

@@ -37,6 +37,7 @@ class Pmdk(Package):
variant("rpmem", default=False, description="Build remote persistent memory components")
depends_on("cmake", when="@1.12.1:")
depends_on("pkgconfig", when="@1.12.1:")
depends_on("ncurses", when="@1.6:")
depends_on("libfabric", when="+rpmem")
# documentation requires doxygen and a bunch of other dependencies