blob: 4bc055b5641d4e7817beedc384d094cced9a0f9e (
plain)
1
2
3
4
5
6
|
# remove the python3-llvmlite present in the meta-python-ai because it requires LLVM 15 to compile but AGL is using LLVM 18 rn
RDEPENDS:${PN}:remove = "python3-llvmlite"
# adding a precompile wheel for llvmlite-0.43.0 for x86_64 only
RDEPENDS:${PN} += "llvmlite"
|