llvm-amdgpu: add missing dependency on libxml2 (#47560)

This commit is contained in:
Harmen Stoppels 2024-11-12 14:51:33 +01:00 committed by GitHub
parent e33cbac01f
commit 00e68af794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ class LlvmAmdgpu(CMakePackage, CompilerPackage):
depends_on("z3", type="link")
depends_on("zlib-api", type="link")
depends_on("ncurses+termlib", type="link")
depends_on("libxml2", type="link")
depends_on("pkgconfig", type="build")
# This flavour of LLVM doesn't work on MacOS, so we should ensure that it