-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for LLVM 15.0.7 #914
Comments
We do plan to move forwards with LLVM versions as time and resources permit. We've just merged support for LLVM 14 in #830 - would that be a viable alternative for your use case today? |
I'm trying to build a docker image on Alpina 3.16. And Alpina only offers version 15 LLVM |
I'll try to build it by myself. LLVM 14.0.6 is it ok ? or LLVM 14.0.0 |
14.0.6 is good - better than 14.0.0 I would imagine, due to bug fixes. It's the version we're using for our dev channel Conda packages. |
Please include support for LLVM 15.0.7
RuntimeError: Building llvmlite requires LLVM 11.x.x, got '15.0.7'. Be sure to set LLVM_CONFIG to the right executable path.
Read the documentation at http://llvmlite.pydata.org/ for more information about building llvmlite.
The text was updated successfully, but these errors were encountered: