pmdk: add gmake dependency, remove cmake dependency (#48544)

This commit is contained in:
Matthieu Dorier 2025-01-14 15:44:43 +00:00 committed by GitHub
parent 66ce93a2e3
commit 8ec89fc54c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,8 @@ class Pmdk(Package):
variant("experimental", default=False, description="Build experimental stuff")
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("gmake", type="build")
depends_on("pkgconfig", when="@1.12.1:", type="build")
depends_on("ncurses", when="@1.6:")
depends_on("libfabric", when="+rpmem")
# documentation requires doxygen and a bunch of other dependencies