Graham Markall
Graham Markall
I think this can be closed now - llvmlite now generally supports RISC-V as a target, IIUC... Any objections? (I need to open a new issue at some point to...
Closing as no objections to closing have been received.
IIUC we support manylinux_2_17 now, which it seems supersedes manylinux2014 - closing this accordingly, but feel free to reopen if this is a misunderstanding.
CI needs #903.
It's created when using CMake to build. This happens on Windows, or if you build on Linux / macOS with the environment variable `LLVMLITE_USE_CMAKE` set to `1`.
@stuartarchibald thanks for catching that - now updated.
I also spotted that the clean command leaves `.dll` and `.dylib` files lying around. Testing the clean command on Windows: ``` (numbadev) PS C:\Users\gmarkall\work\numbadev\llvmlite> python setup.py clean C:\Users\gmarkall\Miniconda3\envs\numbadev\lib\site-packages\setuptools\dist.py:487: UserWarning: Normalizing...
@stuartarchibald I think this should be ready for another look now.
@esc I'm not able to pick this up again in the short term. If you're aiming to tidy up the PRs and reduce the number of things open, I don't...
Closing as we're on LLVM 14 now and have no plans to specifically support 12 or 13.