Install this version:
emerge -a =sci-libs/osmium-2.23.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/osmium-2.23.1
Or alternatively:
emerge --autounmask-write -a =sci-libs/osmium-2.23.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.23.1 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Fast and flexible C++ library for working with OpenStreetMap data"
HOMEPAGE="https://github.com/osmcode/libosmium"
SRC_URI="https://github.com/osmcode/libosmium/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
BDEPEND="
>=dev-libs/boost-1.55
dev-libs/expat
sys-libs/zlib
app-arch/bzip2
dev-libs/protozero
>=dev-build/cmake-3.10
"
S=${WORKDIR}/lib${P}
>=dev-libs/boost-1.55 dev-libs/expat sys-libs/zlib app-arch/bzip2 dev-libs/protozero >=dev-build/cmake-3.10
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | osmium-2.23.1.tar.gz | 568225 bytes | https://github.com/osmcode/libosmium/archive/refs/tags/v2.23.1.tar.gz |