Closed tupui closed 2 years ago
I think clang
is used to test a feature where RBC can compile C/C++ code into LLVM IR and send it to the server. Nevertheless, I don't think anyone uses this feature, but we should keep the test just in case. Also, clang
is not a dependency in the rbc feedstock.
FYI it was failing with latest clang.
We need to use the same version of llvm tools used by Numba. See: https://github.com/xnd-project/rbc/issues/334
Ah great, I will update all of that.
@guilhermeleobas yay all green 🎉
@guilhermeleobas I reverted the docker changes.
General maintenance:
six
dependencyclang
since now we have a pure Python packages
)Closes #334