Search Criteria
Package Details: libosmium-git 2.18.0.r0.g9c50fde4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libosmium-git.git (read-only, click to copy) |
---|---|
Package Base: | libosmium-git |
Description: | Fast and flexible C++ library for working with OpenStreetMap data. |
Upstream URL: | http://osmcode.org/libosmium/ |
Keywords: | openstreetmap osm osmium |
Licenses: | custom |
Conflicts: | libosmium |
Provides: | libosmium |
Submitter: | gileri |
Maintainer: | gileri |
Last Packager: | gileri |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-14 21:29 (UTC) |
Last Updated: | 2022-02-13 09:36 (UTC) |
Dependencies (13)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- protozero (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (optional) – build Libosmium API documentation
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkmlAUR, gdal-libkml-filegdbAUR) (optional) – convert OSM geometries into OGR geometries
- geos (geos-gitAUR) (optional) – convert OSM geometries into GEOS geometries
- lz4 (lz4-gitAUR) (optional) – use LZ4 compression in PBF files
- proj (proj-gitAUR) (optional) – project OSM coordinates into spatial reference systems
- sparsehash (optional) – sparse-mem-table index map
Required by (3)
- osmium-tool (requires libosmium) (make)
- pyosmium-git (requires libosmium)
- python-npyosmium (requires libosmium)
Latest Comments
dreieck commented on 2022-10-15 22:24 (UTC)
I found the problem for my linking issues:
For some other package, I also had libproj4-libraries installed. Those seemed to have confused the automatic configuration, even when I manually did pass
-DPROJ_INCLUDE_DIR=/usr/include/proj -DPROJ_LIBRARY=/usr/lib/libproj.so
(both files which are explicitly provided by the
proj
, currently version 9, in the community repository, and not bylibproj4
) tocmake
.dreieck commented on 2022-02-14 15:44 (UTC)
I have no specialised build environment. I have
proj
, version 8.2.0-1 installed, maybe that makes the problem?gileri commented on 2022-02-13 10:40 (UTC)
@dreieck, thank you for your suggestions !
I updated the PKGBUILD to use the pkgver in provides=().
However I can't manage to reproduce the issue you had, even on a clean, default install of arch. Can you share more details ?
I even built osmium-tool without problems.
dreieck commented on 2022-02-12 17:37 (UTC) (edited on 2022-02-12 17:38 (UTC) by dreieck)
Please add
=${pkgver}
to the provides entry.The package
osmium-tool
has a version restriction in it's dependency onlibosmium
.Thanks for maintaining!
dreieck commented on 2022-02-12 17:06 (UTC) (edited on 2022-02-12 17:06 (UTC) by dreieck)
The linkink error reported at 2022-02-08 could be mitigated by adding
-DBUILD_TESTING=OFF
to thecmake
-options.dreieck commented on 2022-02-08 13:52 (UTC)
Build fails for me in linking
geom_test_coordinates
:gileri commented on 2017-01-05 20:50 (UTC)
simon04 commented on 2016-10-20 08:44 (UTC)