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

Allow llvm>=9.0 #524

Closed
wants to merge 1 commit into from
Closed

Allow llvm>=9.0 #524

wants to merge 1 commit into from

Conversation

jschueller
Copy link

@jschueller jschueller commented Oct 13, 2019

llvm lite builds fine with LLVM 9.0 that just got released

@jschueller
Copy link
Author

ping @sklam

@stuartarchibald
Copy link
Contributor

Thanks for the PR. llvmlite and also the entire Numba stack will actually need testing on all the arch/OS combinations to ensure that it does indeed work ok before declaring it as such, thanks for your understanding.

@esemeniuc
Copy link

esemeniuc commented Dec 15, 2019

A quick fix is to run

pip install git+https://github.com/jschueller/llvmlite.git@patch-1

@stuartarchibald
Copy link
Contributor

Unless I am mistaken, the above patch is not adding support, it is just removing the version check.

@fabaff
Copy link

fabaff commented Mar 19, 2020

This is kind of a blocker for Fedora. Fedora started to ship the release candidates of llvm 10 in the meantime.

@stuartarchibald
Copy link
Contributor

LLVM 9 support is now on master, it's finally passed testing on all platforms/OS: #548

There's also now an env var to permit building against unsupported LLVMs http://llvmlite.pydata.org/en/latest/admin-guide/install.html#compiling-llvmlite

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

Successfully merging this pull request may close these issues.

None yet

4 participants