heavyai / rbc

Remote Backend Compiler
https://rbc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Update dependencies #497

Closed tupui closed 2 years ago

tupui commented 2 years ago

General maintenance:

Closes #334

guilhermeleobas commented 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.

guilhermeleobas commented 2 years ago

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

tupui commented 2 years ago

Ah great, I will update all of that.

tupui commented 2 years ago

@guilhermeleobas yay all green 🎉

tupui commented 2 years ago

@guilhermeleobas I reverted the docker changes.