Search Criteria
Package Details: libosmium 2.19.0-1
Git Clone URL: | https://aur.archlinux.org/libosmium.git (read-only, click to copy) |
---|---|
Package Base: | libosmium |
Description: | Fast and flexible C++ library for working with OpenStreetMap data. |
Upstream URL: | https://osmcode.org/libosmium/ |
Licenses: | custom |
Conflicts: | libosmium-git |
Provides: | libosmium |
Submitter: | simon04 |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 8 |
Popularity: | 0.57 |
First Submitted: | 2016-10-20 08:49 (UTC) |
Last Updated: | 2023-01-22 18:09 (UTC) |
Dependencies (13)
- boost (boost-gitAUR)
- boost-libs (boost-libs-gitAUR)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- protozeroAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-clangAUR) (optional) – build Libosmium API documentation
- gdal (gdal-ecwAUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-hdf4AUR) (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
Latest Comments
dreieck commented on 2022-10-15 22:43 (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
.akstrfn commented on 2022-02-21 13:04 (UTC)
The package builds cleanly in clean chroot so I cant debug this.
dreieck commented on 2022-02-12 17:06 (UTC)
The linking error reported at 2022-02-08 could be mitigated by adding
-DBUILD_TESTING=OFF
to thecmake
-options.dreieck commented on 2022-02-08 13:39 (UTC)
Build fails for me while linking
geom_test_geos
andgeom_test_mercator
:pintergreg commented on 2019-02-26 12:49 (UTC)
I couldn't install it because I've had old Protozero, so I recommend adding minimum version to the PKGBUILD.
Could NOT find Protozero: Found unsuitable version "1.6.2", but required is at least "1.6.3" (found /usr/include)