Dyninst: update compiler requirements (#44033)

As of 13.0.0, Dyninst can now build with any Linux compiler.
This commit is contained in:
Tim Haines 2024-05-07 16:03:17 -05:00 committed by GitHub
parent 33752c2b55
commit d3c3d23d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ class Dyninst(CMakePackage):
patch("v9.3.2-auto.patch", when="@9.3.2 %gcc@:4.7")
patch("tribool.patch", when="@9.3.0:10.0.0 ^boost@1.69:")
requires("%gcc", msg="dyninst builds only with GCC")
requires("%gcc", when="@:13.0.0", msg="dyninst builds only with GCC")
# No Mac support (including apple-clang)
conflicts("platform=darwin", msg="macOS is not supported")