miasm icon indicating copy to clipboard operation
miasm copied to clipboard

Allow more recent versions of llvmlite

Open CLOVIS-AI opened this issue 3 years ago • 0 comments

llvmlite 0.31 is compatible with LLVM versions 7.0 to 8.0.

  • Debian Stable (bullseye) is currently on LLVM 11.0
  • Ubuntu 22.04 LTS is currently on LLVM 14.0
  • ArchLinux is currently on LLVM 13.0

It doesn't seem possible to mark a specific version so it works everywhere. Instead, llvmlite>=0.31 ensures that new installations install the newest version, but if the users already have an llvmlite version installed, pip will keep it.

CLOVIS-AI avatar Jun 16 '22 07:06 CLOVIS-AI