Search Criteria
Package Details: python-llvmlite 0.36.0-1
Git Clone URL: | https://aur.archlinux.org/python-llvmlite.git (read-only, click to copy) |
---|---|
Package Base: | python-llvmlite |
Description: | Lightweight LLVM python binding for writing JIT compilers |
Upstream URL: | https://github.com/numba/llvmlite |
Licenses: | |
Submitter: | mschu |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 26 |
Popularity: | 0.22 |
First Submitted: | 2014-12-29 17:23 |
Last Updated: | 2021-03-12 09:27 |
Dependencies (6)
- python (python-dbg)
- llvm10-libs<10.1.0
- llvm10-libs>=10.0.0
- cython (cython-kivy, cython-git) (make)
- llvm10<10.1.0 (make)
- llvm10>=10.0.0 (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
mschu commented on 2020-01-09 18:38
The point was that llvm8 did not exist in repos. It does now, so I'm moving the dep to llvm8 and updating to 0.31.0. I still consider llvm=9 unresolved until llvmlite#523 is closed.
flying-sheep commented on 2020-01-09 16:29
Well, LLVM 8 is tested and works with 0.31, so requiring LLVM 7 would be wrong there
mschu commented on 2019-12-01 10:26
This package now uses llvm7 again until llvmlite supports the current llvm in the Arch repositories.
petronny commented on 2019-11-30 01:28
I just noticed we can use llvm7 to build this pacakge for now. It's supported.
plaxx commented on 2019-11-25 01:27
In order to upgrade to llvm 9, I needed to build and install a compatible package while I was still on 8. Only then I could upgrade to llvm 9.
iosonofabio commented on 2019-11-18 20:19
I can "from numba import jit" with that PKGBUILD and llvm-libs 9, however I later run into some mysterious jit issues with bytecode parsing...
petronny commented on 2019-11-04 08:29
I can confirm that python-llvmlite can be built with llvm 9. Here is the PKGBUILD which I'm using.
But I don't know how to perform a full test. I only tested
import llvmlite
and it works fine.a821 commented on 2019-10-29 14:35
@mschu: I just compiled llvmlite and numba in a clean chroot using the patch below (plaxx's). It works for me, at least the example in numba's homepage (function
monte_carlo_pi
). FWIW, here are the compilation logs for llvmlite and numbaa821 commented on 2019-10-27 14:22
@plaxx: good catch! but if you have llvm 8.0 you don't the patch at all :-)
plaxx commented on 2019-10-23 15:51
Thanks for the updated PKGBUILD @a821 and the patch @krachyon. However, trying to compile the package on my system I realized there's a little logic mistake in the patch.
The final test should be (parenthesis to
not
the whole test not just the first test):Otherwise you can't compile the package while still on 8.0.
llvm9.patch
:PKGBUILD.patch
: