| Port details on branch 2024Q1 |
- py-pykdtree Fast kd-tree implementation with OpenMP-enabled queries
- 1.3.10 devel
=0 1.3.10Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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.
¦ ¦ ¦ ¦ 
- 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>)
- 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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-numpy>=0,1 : math/py-numpy@py39
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- cython-3.9 : lang/cython@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=0,1 : math/py-numpy@py39
- 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:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.10 09 Mar 2024 18:02:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pykdtree: Fix build with cython 0.29.37+
(cherry picked from commit 01ac11f29c9581a42d28dc881817e1690c64e638) |
1.3.10 09 Mar 2024 18:01:56
    |
Po-Chuan Hsieh (sunpoet)  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
|