#19893 switched the LLVM install from apt.llvm.org to noble's own repos. Unlike apt.llvm.org, noble splits Polly's static libs into a per-version libpolly-<N>-dev package. The install list added libpolly-16-dev and libpolly-17-dev but not libpolly-15-dev, so `llvm-config-15 --link-static` (used by the GPU build) cannot find libPolly.a / libPollyISL.a, breaking the libtvm_compiler.so link. Add libpolly-15-dev. You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm/pull/19913 -- Commit Summary -- * [CI][Docker] Install libpolly-15-dev for noble llvm-15 static linking -- File Changes -- M docker/install/ubuntu_install_llvm.sh (2) -- Patch Links -- https://github.com/apache/tvm/pull/19913.patch https://github.com/apache/tvm/pull/19913.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/19913 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/pull/[email protected]>
