Search Criteria
Package Details: python-lap 1:0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-lap.git (read-only, click to copy) |
---|---|
Package Base: | python-lap |
Description: | lap is a linear assignment problem solver using Jonker-Volgenant algorithm for dense (LAPJV) or sparse (LAPMOD) matrices. |
Upstream URL: | https://github.com/gatagat/lap |
Keywords: | lap linear python solver |
Licenses: | BSD-2-Clause |
Submitter: | fanyujun |
Maintainer: | None |
Last Packager: | fanyujun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-12 13:07 (UTC) |
Last Updated: | 2024-03-12 07:03 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pytest
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
fanyujun commented on 2024-05-12 17:57 (UTC)
@ThePirate42 Thanks for reporting issues. This error was due to that numpy.distutils was removed for Python >= 3.12. However, it seems that the author has stopped maintaining it for years. I suggest using python-lapx instead, for which I would try to open another AUR package called python-lapx.
c.f. https://github.com/rathaROG/lapx
ThePirate42 commented on 2024-05-03 15:17 (UTC)
The build fails with:
fanyujun commented on 2024-03-12 07:07 (UTC)
Thanks @tapajos, I added cython as make dependency.
Besides, I changed the version to 0.4.0 to make it consistent with pypi version.
tapajos commented on 2024-03-11 12:15 (UTC)
Build error:
Please add cython as a make dependency