Search Criteria
Package Details: python-lap 1:0.5.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-lap.git (read-only, click to copy) |
---|---|
Package Base: | python-lap |
Description: | Linear Assignment Problem solver using Jonker-Volgenant algorithm (LAPJV/LAPMOD) |
Upstream URL: | https://github.com/gatagat/lap |
Keywords: | lap linear python solver |
Licenses: | BSD-2-Clause |
Submitter: | fanyujun |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-12 13:07 (UTC) |
Last Updated: | 2024-12-30 00:56 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR) (check)
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