You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: provision the Linux build's LLVM/Clang via conda-forge
The distribution LLVM packages ship a Clang cmake config that references
static component libraries they do not install, so the runtime's
find_package(Clang) (enabled by RUNTIME_JIT) fails when Ignis configures.
Provision a complete LLVM + Clang toolchain via micromamba (conda-forge
llvmdev/clangdev/lld) and point LLVM.SYSTEM_DIR at the conda prefix.
0 commit comments