Package Details: python-lapsolver 1.1.0-3

Git Clone URL: https://aur.archlinux.org/python-lapsolver.git (read-only, click to copy)
Package Base: python-lapsolver
Description: Fast linear assignment problem solvers
Upstream URL: https://github.com/cheind/py-lapsolver
Licenses: MIT
Submitter: coldsoup49
Maintainer: coldsoup49 (alerque)
Last Packager: alerque
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-04 08:16 (UTC)
Last Updated: 2024-03-28 10:02 (UTC)

Latest Comments

micwoj92 commented on 2025-09-20 02:40 (UTC)

Fails to build:

Make Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!

alerque commented on 2021-08-06 09:28 (UTC)

This is missing checkdepends=(python-pytest) and perhaps others. Also you are missing the --skip-build option in the package() function. There are some other issues upstream such as demanding 'wheel' when it doesn't need it for this, so either it needs appeasing or that needs to be patched out. There are some more Python package guidelines on the wiki. If you want help with this feel free to add me as a co-maintainer and I'll get it up to speed so it builds cleanly in a chroot (which is does not right now).