notbugAs 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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q2
py-pykdtree Fast kd-tree implementation with OpenMP-enabled queries
1.3.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 1.3.13Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-25 00:51:11
Last Update: 2025-05-25 00:49:42
Commit Hash: a4c4604
Also Listed In: python
License: LGPL3
WWW:
https://github.com/storpipfugl/pykdtree
Description:
pykdtree is a kd-tree implementation for fast nearest neighbour search in Python. The aim is to be the fastest implementation around for common use cases (low dimensions and low number of neighbours) for both tree construction and queries. The implementation is based on scipy.spatial.cKDTree and libANN by combining the best features from both and focus on implementation efficiency. The interface is similar to that of scipy.spatial.cKDTree except only Euclidean distance measure is supported. Queries are optionally multithreaded using OpenMP.
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pykdtree>0:devel/py-pykdtree@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pykdtree/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pykdtree
  • pkg install py311-pykdtree
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-pykdtree listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pykdtree
Package flavors (<flavor>: <package>)
  • py311: py311-pykdtree
distinfo:
TIMESTAMP = 1725559805 SHA256 (pykdtree-1.3.13.tar.gz) = 3accf852e946653e399c3d4dbbe119dbc6d3f72cfd2d5a95cabf0bf0c7f924fe SIZE (pykdtree-1.3.13.tar.gz) = 25219

Packages (timestamps in pop-ups are UTC):
py39-pykdtree
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a--1.3.10
 

py311-pykdtree
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.11.4.1--1.4.1---
FreeBSD:13:quarterly1.3.131.3.13--1.3.13---
FreeBSD:14:latest1.4.11.4.1--1.4.1---
FreeBSD:14:quarterly1.3.131.3.13--1.3.13---
FreeBSD:15:latest1.4.11.4.1n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-cython3>=0 : lang/cython3@py311
  2. py311-numpy>=0,1 : math/py-numpy@py311
  3. py311-setuptools>=0 : devel/py-setuptools@py311
  4. py311-wheel>=0 : devel/py-wheel@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=0,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-pykdtree
USES:
python:3.9+
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/p/pykdtree/
  2. https://pypi.org/packages/source/p/pykdtree/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.13
25 May 2025 00:49:42
commit hash: a4c460444d2a5442a4961c49a1cf9a2b9343e401commit hash: a4c460444d2a5442a4961c49a1cf9a2b9343e401commit hash: a4c460444d2a5442a4961c49a1cf9a2b9343e401commit hash: a4c460444d2a5442a4961c49a1cf9a2b9343e401 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/py-pykdtree: fix build on armv7

No OpenMP on armv7, so disable its use there.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q2

(cherry picked from commit 0f109bd911c36aac9ad6ca57b737a0e0124190d1)

Number of commits found: 1