Declare qthreads dependency on automake (#1711)

This commit is contained in:
Erik Schnetter 2016-09-02 13:34:07 -04:00 committed by Todd Gamblin
parent e22ff0d8cd
commit c7bb523c8f

View File

@ -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):