Search Criteria
Package Details: libosmium 2.18.0-1
Package Actions
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: | 4 |
Popularity: | 0.000006 |
First Submitted: | 2016-10-20 08:49 (UTC) |
Last Updated: | 2022-02-07 20:43 (UTC) |
Dependencies (13)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- expat (expat-git)
- protozero
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (optional) – build Libosmium API documentation
- gdal (gdal-filegdb, gdal-hdf4, gdal-ecw) (optional) – convert OSM geometries into OGR geometries
- geos (geos-git) (optional) – convert OSM geometries into GEOS geometries
- lz4 (lz4-git, lz4-static-musl, lz4-static) (optional) – use LZ4 compression in PBF files
- proj (proj-git) (optional) – project OSM coordinates into spatial reference systems
- sparsehash (optional) – sparse-mem-table index map
Required by (4)
- nominatim
- osmium-tool (make)
- pyosmium
- pyosmium-git
Latest Comments
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)