Search Criteria
Package Details: pyosmium 3.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyosmium.git (read-only, click to copy) |
---|---|
Package Base: | pyosmium |
Description: | Python bindings for libosmium, the data processing library for OSM data |
Upstream URL: | https://osmcode.org/pyosmium |
Licenses: | BSD |
Submitter: | simon04 |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-21 13:03 (UTC) |
Last Updated: | 2023-01-22 18:15 (UTC) |
Dependencies (5)
- libosmium (libosmium-git, libosmium)
- pybind11 (pybind11-git)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- cmake (cmake-git) (make)
- python-setuptools (make)
Latest Comments
simon04 commented on 2020-12-18 18:07 (UTC)
@bitfehler: Thanks for reporting. I've added cmake as makedepends.
bitfehler commented on 2020-12-16 17:43 (UTC)
Hi there, thanks for packaging! It seems to me that
cmake
is missing inmakedepends
. When I build in a clean chroot, I get the following error:RuntimeError: CMake must be installed to build the following extensions: cmake_example
. Addingcmake
tomakedepends
fixes that. Maybe there was a transitive dependency before that got removed recently?