numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 322 forks source link

llvmlite 0.40.0rc1 Checklist #929

Closed stuartarchibald closed 1 year ago

stuartarchibald commented 1 year ago

llvmlite 0.40.0

Post Release:

sklam commented 1 year ago

There are two set of wheels uploaded for non-linux platform because the first set (no build number) incorrectly linked to llvmdev=11 (instead of llvmdev=14). The second set fixed this issue and bumped the build number to 1. Again, this only affected non-linux wheels.

pip install llvmlite==0.40.0rc1 will get the correct second set automatically.