Package Details: python-lap 1:0.4.0-1

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: fanyujun
Last Packager: fanyujun
Votes: 2
Popularity: 0.41
First Submitted: 2023-10-12 13:07 (UTC)
Last Updated: 2024-03-12 07:03 (UTC)

Latest Comments

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:

  File "<string>", line 237, in <module>
  File "<string>", line 231, in setup_package
  File "<string>", line 146, in generate_cython
  File "<string>", line 91, in cythonize
ImportError: Building lapjv requires cython, please "pip install cython".

ERROR Backend subprocess exited when trying to invoke build_wheel

Please add cython as a make dependency