hpctoolkit: Add depends on autotools for @develop (#41067)

This commit is contained in:
Jonathon Anderson 2023-11-15 02:19:02 -06:00 committed by GitHub
parent 84e33b496f
commit b3146559fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,11 @@ class Hpctoolkit(AutotoolsPackage):
"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 = (
"+atomic +chrono +date_time +filesystem +system +thread +timer"
" +graph +regex +shared +multithreaded visibility=global"