pmdk: add gmake dependency, remove cmake dependency (#48544)
This commit is contained in:
parent
66ce93a2e3
commit
8ec89fc54c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user