Search Criteria
Package Details: pyosmium 3.1.3-1
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: | |
Submitter: | simon04 |
Maintainer: | simon04 |
Last Packager: | simon04 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-21 13:03 |
Last Updated: | 2021-02-09 22:34 |
Dependencies (5)
- libosmium (libosmium-git)
- pybind11
- python (python-dbg)
- cmake (cmake-git) (make)
- python-setuptools (make)
Latest Comments
simon04 commented on 2020-12-18 18:07
@bitfehler: Thanks for reporting. I've added cmake as makedepends.
bitfehler commented on 2020-12-16 17:43
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?