cbtf-krell: add rpcsvc-proto and libtirpc dependency. (#13800)
This commit is contained in:
parent
9a6a19d464
commit
bed7e40dcc
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ class CbtfKrell(CMakePackage):
|
||||||
# Dependencies for cbtf-krell
|
# Dependencies for cbtf-krell
|
||||||
depends_on("cmake@3.0.2:", type='build')
|
depends_on("cmake@3.0.2:", type='build')
|
||||||
|
|
||||||
|
# For rpcgen
|
||||||
|
depends_on("rpcsvc-proto", type='build')
|
||||||
|
|
||||||
|
# For rpc
|
||||||
|
depends_on("libtirpc", type='link')
|
||||||
|
|
||||||
# For binutils
|
# For binutils
|
||||||
depends_on("binutils")
|
depends_on("binutils")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue