We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611f023 commit 3dea1eeCopy full SHA for 3dea1ee
repos/spack_repo/builtin/packages/dyninst/package.py
@@ -83,6 +83,12 @@ class Dyninst(CMakePackage):
83
when="@10.0.0:12.2.0",
84
sha256="0064d8d51bd01bd0035e1ebc49276f627ce6366d4524c92cf47d3c09b0031f96",
85
)
86
+ # missing <cstdint> include
87
+ patch(
88
+ "https://github.com/dyninst/dyninst/commit/6a025732cda4fef37cee2a77e7a41c428c51ff04.patch?full_index=1",
89
+ sha256="4f255af04a7039ff044688193077494d10638f782ad3113be6ed0502a5196d4e",
90
+ when="@13.0.0"
91
+ )
92
93
requires("%gcc", when="@:12", msg="dyninst builds only with GCC")
94
0 commit comments