Skip to content
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

Open
magicse opened this issue Mar 9, 2023 · 4 comments
Open

Support for LLVM 15.0.7 #914

magicse opened this issue Mar 9, 2023 · 4 comments
Labels
feature_request Feature Request

Comments

@magicse
Copy link

magicse commented Mar 9, 2023


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.

@gmarkall gmarkall added the feature_request Feature Request label Mar 9, 2023
@gmarkall
Copy link
Member

gmarkall commented Mar 9, 2023

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?

@magicse
Copy link
Author

magicse commented Mar 9, 2023

I'm trying to build a docker image on Alpina 3.16. And Alpina only offers version 15 LLVM

@magicse
Copy link
Author

magicse commented Mar 9, 2023

We've just merged support for LLVM 14

I'll try to build it by myself. LLVM 14.0.6 is it ok ? or LLVM 14.0.0

@gmarkall
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_request Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants