Search Criteria
Package Details: python-llvmlite 0.36.0rc1-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.65 |
First Submitted: | 2014-12-29 17:23 |
Last Updated: | 2021-02-08 17:18 |
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
1 2 3 4 5 6 ... Next › Last »
a821 commented on 2020-11-18 07:02
That sounds like a bug in
pacaur
andpamac
, or you mirror is outdated, or some config issue, etc...I recently rebuilt
python-llvmlite
in a clean chroot, put it in my local repo, and upgraded with pacman with zero issues.snarfies commented on 2020-11-17 13:25
pacaur gives the following output:
:: no results found for llvm10>=10.0.0 (dependency tree: python-llvmlite llvm10)
:: no results found for llvm10<10.1.0 (dependency tree: python-llvmlite llvm10)
:: no results found for llvm10-libs>=10.0.0 (dependency tree: python-llvmlite llvm10-libs)
:: no results found for llvm10-libs<10.1.0 (dependency tree: python-llvmlite llvm10-libs)
The current version of llvm10 is llvm10 10.0.1-1, but the dependency syntax doesn't seem to be picking that up.
pamac yields similar results.
jlaehne commented on 2020-11-13 10:04
I resorted to installing https://aur.archlinux.org/packages/python-llvmlite-bin instead to be independent of the dependencies. Thanks for the quick reply!
mschu commented on 2020-11-13 10:03
@jlaehne: No, because llvm>=11 is not supported by llvmlite: https://github.com/numba/llvmlite/issues/639
You will need to switch to
llvm10{,-libs}
(removellvm
with-Rdd
), updatepython-llvmlite
, and then switch back tollvm=11
but keep thellvm10-libs
.If someone has a better solution please suggest.
jlaehne commented on 2020-11-13 09:56
Is it possible to remove the < dependencies that restrict updates of
llvm
andllvm-libs
? GettingAnd it is not the first time that
llvmlite
is giving me troubles on updates.daskol commented on 2020-06-03 19:23
It is possible to build
0.33.0rc1
withextra/llvm9
.andalenavals commented on 2020-05-04 06:15
sha256sums=('a2f36b90d2dffa5be204cab68506ac4da49216d43f350094e233a2a68022359e')
petronny commented on 2020-04-26 03:45
@JohnRobson See https://github.com/numba/llvmlite#compatibility and https://github.com/numba/llvmlite/issues/523
JohnRobson commented on 2020-04-05 17:37
Why depends of llvm8 and not llvm?
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.