Search Criteria
Package Details: python-llvmlite-git 0.44.0dev0.r95.gf59140fb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-llvmlite-git.git (read-only, click to copy) |
---|---|
Package Base: | python-llvmlite-git |
Description: | A lightweight LLVM Python binding for writing JIT compilers (Git version) |
Upstream URL: | https://github.com/numba/llvmlite |
Licenses: | BSD-2-Clause |
Conflicts: | python-llvmlite |
Provides: | python-llvmlite |
Submitter: | guotsuan |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-30 03:15 (UTC) |
Last Updated: | 2024-07-17 09:30 (UTC) |
Dependencies (9)
- llvm15-libsAUR
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- llvm15AUR (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-graphviz (optional) – visualising control-flow graphs
Required by (11)
- mathics (requires python-llvmlite)
- python-aesara (requires python-llvmlite)
- python-becquerel-git (requires python-llvmlite)
- python-bempp-cl (requires python-llvmlite)
- python-google-cloud-bigquery (requires python-llvmlite) (optional)
- python-miasm-git (requires python-llvmlite) (optional)
- python-numba-git (requires python-llvmlite)
- python-poliastro (requires python-llvmlite) (check)
- python-poliastro-doc (requires python-llvmlite) (make)
- python-pytensor (requires python-llvmlite)
- python-tinygrad (requires python-llvmlite) (optional)
Latest Comments
1 2 Next › Last »
bcb commented on 2021-01-11 10:47 (UTC)
I've dropped the Python 2 package. I've also tidied up the dependencies and the provides.
petronny commented on 2020-05-04 02:50 (UTC)
Hi could you drop python2-llvmlite-git?
It doesn't build now and Python 2 is EOL.
petronny commented on 2019-11-30 01:29 (UTC)
python-llvmlite-git depends on llvm but python-llvmlite doesn't (it's only a make dependency). Please fix this.
flying-sheep commented on 2019-11-22 15:51 (UTC) (edited on 2019-11-22 15:54 (UTC) by flying-sheep)
@guotsuan please fix that, and also it’s
--root="$pkgdir"
, not--root=$pkgdir
petronny commented on 2019-06-04 05:10 (UTC)
@guotsuan It's not
provides=('python-llvmlite=$pkgver')
. It should beprovides=("python-llvmlite=$pkgver")
.guotsuan commented on 2019-05-30 00:43 (UTC)
Thanks, I have fixed it.
petronny commented on 2019-05-29 06:01 (UTC)
@guotsuan So please updating
provides=('python-llvmlite')
toprovides=("python-llvmlite=$pkgver")
flying-sheep commented on 2019-05-24 08:22 (UTC)
It does work!
petronny commented on 2019-05-23 05:58 (UTC) (edited on 2019-05-23 05:59 (UTC) by petronny)
@flying-sheep Could you confirm if this can be fixed by updating
provides=('python-llvmlite')
toprovides=("python-llvmlite=$pkgver")
in line 32?flying-sheep commented on 2019-05-22 12:31 (UTC)
Hmm, pacman doesn’t seem to understand this version number.
With python-llvmlite-git-0.29.0dev0.r36.gd5e5cb0-1 installed, I see:
1 2 Next › Last »