notbug ipv6 ready As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
py-lap Linear Assignment Problem Solver
0.5.13 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.13Version of this port present on the latest quarterly branch.
Maintainer: rodrigo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-29 08:12:04
Last Update: 2026-04-03 18:52:22
Commit Hash: d4bd5ba
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/gatagat/lap
Description:
Lap is a linear assignment problem solver using Jonker-Volgenant algorithm for dense LAPJV or sparse LAPMOD matrices. Both algorithms are implemented from scratch based solely on the papers and the public domain Pascal implementation provided by A. Volgenant. The LAPMOD implementation seems to be faster than the LAPJV implementation for matrices with a side of more than ~5000 and with less than 50% finite coefficients.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}lap>0:devel/py-lap@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-lap/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-lap
  • pkg install py311-lap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-lap listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-lap
Package flavors (<flavor>: <package>)
  • py311: py311-lap
distinfo:
TIMESTAMP = 1773051134 SHA256 (lap-0.5.13.tar.gz) = 9eff7169e3ca452995af0493cc20d35452c4bfd06122c36c06457119ffbd411b SIZE (lap-0.5.13.tar.gz) = 1537351

Packages (timestamps in pop-ups are UTC):
py311-lap
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.130.5.13--0.5.13n/an/an/a
FreeBSD:13:quarterly0.5.130.5.13--0.5.13n/an/an/a
FreeBSD:14:latest0.5.130.5.13--0.5.13---
FreeBSD:14:quarterly0.5.130.5.13--0.5.13---
FreeBSD:15:latest0.5.130.5.13n/a-n/an/a--
FreeBSD:15:quarterly0.5.130.5.13n/a-n/an/a--
FreeBSD:16:latest0.5.130.5.13n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-cython>0 : lang/cython@py311
  2. py311-numpy1>0 : math/py-numpy1@py311
  3. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  4. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. audio/beets

Configuration Options:
No options to configure
Options name:
devel_py-lap
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/l/lap/
  2. https://pypi.org/packages/source/l/lap/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.13
03 Apr 2026 18:52:22
commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
math/py-numpy: switch all consumers to math/py-numpy1

...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS

PR: 281470
0.5.13
09 Mar 2026 12:03:41
commit hash: 206984f2c42efe2a3cc95e0871e46b0ef017934ccommit hash: 206984f2c42efe2a3cc95e0871e46b0ef017934ccommit hash: 206984f2c42efe2a3cc95e0871e46b0ef017934ccommit hash: 206984f2c42efe2a3cc95e0871e46b0ef017934c files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/py-lap: update 0.5.12 -> 0.5.13

Changelog: https://github.com/gatagat/lap/releases/tag/v0.5.13
0.5.12
29 Jan 2026 08:04:00
commit hash: 5c1e98f8ca88718e62184ee72200a6a299ae6297commit hash: 5c1e98f8ca88718e62184ee72200a6a299ae6297commit hash: 5c1e98f8ca88718e62184ee72200a6a299ae6297commit hash: 5c1e98f8ca88718e62184ee72200a6a299ae6297 files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/py-lap: New port

Lap is a linear assignment problem solver using Jonker-Volgenant algorithm.
It's required by the latest version of audio/beet.

PR:		289098

Number of commits found: 3