Search Criteria
Package Details: python-galois 0.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-galois.git (read-only, click to copy) |
---|---|
Package Base: | python-galois |
Description: | A performant NumPy extension for Galois fields and their applications |
Upstream URL: | https://github.com/mhostetter/galois |
Licenses: | MIT |
Submitter: | iyanmv |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-03 16:48 (UTC) |
Last Updated: | 2024-09-06 08:13 (UTC) |
Dependencies (9)
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-typing_extensions
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-benchmark (check)
Latest Comments
iyanmv commented on 2023-02-15 11:45 (UTC) (edited on 2023-03-07 11:59 (UTC) by iyanmv)
Numba is currently broken in Arch Linux. Check this open issue.
Apply this patch or use
python-numba-git
instead, which has the patch already included.iyanmv commented on 2022-05-14 14:16 (UTC)
galois
requiresnumba
andnumba
requiresnumpy<1.22
, which unfortunately is affected by some security issues. This will be fixed oncenumba 0.56
is relased. This means that, for now, this package is broken. If you need to usegalois
, consider using an environment and install it withpip
.