Declare qthreads dependency on automake (#1711)
This commit is contained in:
parent
e22ff0d8cd
commit
c7bb523c8f
@ -54,6 +54,7 @@ class Qthreads(Package):
|
||||
patch("trap.patch")
|
||||
|
||||
depends_on("autoconf", type="build")
|
||||
depends_on("automake", type="build")
|
||||
depends_on("hwloc")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user