Port details |
- py-pykdtree Fast kd-tree implementation with OpenMP-enabled queries
- 1.3.13 devel =2 1.3.12Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-21 17:15:27
- Last Update: 2024-09-08 18:37:34
- Commit Hash: 80435a0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cython3>=0 : lang/cython3@py311
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- 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:
|