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 photos
All times are UTC
Ukraine
Port details on branch 2024Q1
py-pykdtree Fast kd-tree implementation with OpenMP-enabled queries
1.3.10 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.10Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-09 18:03:27
Last Update: 2024-03-09 18:02:00
Commit Hash: f3d7d2b
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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found 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 py39-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 py39-pykdtree listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pykdtree
Package flavors (<flavor>: <package>)
  • py39: py39-pykdtree
distinfo:
TIMESTAMP = 1701363718 SHA256 (pykdtree-1.3.10.tar.gz) = 41e7c5d669cadc2188acc4bbb4b0b4dcaf492d84512f1e6517a7ab2d122c911d SIZE (pykdtree-1.3.10.tar.gz) = 111570

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-numpy>=0,1 : math/py-numpy@py39
  2. py39-setuptools>=0 : devel/py-setuptools@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. cython-3.9 : lang/cython@py39
  5. python3.9 : lang/python39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-numpy>=0,1 : math/py-numpy@py39
  2. python3.9 : lang/python39
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.10
09 Mar 2024 18:02:00
commit hash: f3d7d2b91ad24a0bbb3b7de80c6c2d5263122b8fcommit hash: f3d7d2b91ad24a0bbb3b7de80c6c2d5263122b8fcommit hash: f3d7d2b91ad24a0bbb3b7de80c6c2d5263122b8fcommit hash: f3d7d2b91ad24a0bbb3b7de80c6c2d5263122b8f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pykdtree: Fix build with cython 0.29.37+

(cherry picked from commit 01ac11f29c9581a42d28dc881817e1690c64e638)
1.3.10
09 Mar 2024 18:01:56
commit hash: 134cbc66c593cf97426fd72466b721488a23b3a2commit hash: 134cbc66c593cf97426fd72466b721488a23b3a2commit hash: 134cbc66c593cf97426fd72466b721488a23b3a2commit hash: 134cbc66c593cf97426fd72466b721488a23b3a2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Author: Muhammad Moinur Rahman
devel/py-pykdtree: mark BROKEN

Backend subprocess exited when trying to invoke build_wheel

(cherry picked from commit 65c297ff419623cc0bb4cdc2f35ddb551f32699b)

Number of commits found: 2