dev-cpp/simdutf - 8.2.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-cpp/simdutf-8.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-cpp/simdutf-8.2.0

Or alternatively:

emerge --autounmask-write -a =dev-cpp/simdutf-8.2.0

Package Information

Description:
Unicode validation and transcoding at billions of characters per second
Homepage:
https://simdutf.github.io/simdutf/
License:
|| ( Apache-2.0 MIT )

Ebuild Details

Version EAPI Keywords Slot
8.2.0 8 ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 0/33
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DOCS_BUILDER="doxygen"
DOCS_DIR=""

PYTHON_COMPAT=( python3_{11..14} )

inherit cmake docs python-any-r1

DESCRIPTION="Unicode validation and transcoding at billions of characters per second"
HOMEPAGE="https://simdutf.github.io/simdutf/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0/33"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	virtual/libiconv
"
DEPEND="${RDEPEND}"
BDEPEND="
	${PYTHON_DEPS}
	virtual/pkgconfig
	doc? (
		app-text/doxygen
	)
"

src_configure() {
	local mycmakeargs+=(
		-DSIMDUTF_TESTS=$(usex test)
		-DSIMDUTF_ATOMIC_BASE64_TESTS=$(usex test)
	)
	cmake_src_configure
}

src_compile() {
	cmake_src_compile
	use doc && docs_compile
}

src_install() {
	cmake_src_install
	use doc && einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-cpp/simdutf | euse -E <flag> -p dev-cpp/simdutf | euse -D <flag> -p dev-cpp/simdutf

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	virtual/libiconv

RDEPEND

	virtual/libiconv

BDEPEND

	
	virtual/pkgconfig
	doc? (
		app-text/doxygen
	)

Manifest for 8.2.0

Type File Size Source URLs
DIST simdutf-8.2.0.tar.gz 2403142 bytes https://github.com/simdutf/simdutf/archive/refs/tags/v8.2.0.tar.gz