hpctoolkit: Add depends on autotools for @develop (#41067)
This commit is contained in:
parent
84e33b496f
commit
b3146559fb
@ -109,6 +109,11 @@ class Hpctoolkit(AutotoolsPackage):
|
|||||||
"python", default=False, description="Support unwinding Python source.", when="@2023.03:"
|
"python", default=False, description="Support unwinding Python source.", when="@2023.03:"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
with when("@develop build_system=autotools"):
|
||||||
|
depends_on("autoconf", type="build")
|
||||||
|
depends_on("automake", type="build")
|
||||||
|
depends_on("libtool", type="build")
|
||||||
|
|
||||||
boost_libs = (
|
boost_libs = (
|
||||||
"+atomic +chrono +date_time +filesystem +system +thread +timer"
|
"+atomic +chrono +date_time +filesystem +system +thread +timer"
|
||||||
" +graph +regex +shared +multithreaded visibility=global"
|
" +graph +regex +shared +multithreaded visibility=global"
|
||||||
|
Loading…
Reference in New Issue
Block a user