sci-libs/libsemigroups - 2.7.4 (gentoo)

Search

Package Information

Description:
C++ library for semigroups and monoids
Homepage:
https://github.com/libsemigroups/libsemigroups
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.7.4 8 ~amd64 ~riscv ~x86 0/2
View Raw Ebuild
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="C++ library for semigroups and monoids"
HOMEPAGE="https://github.com/libsemigroups/libsemigroups"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"

# Source headers have "or any later version"
LICENSE="GPL-3+"
SLOT="0/2"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE="cpu_flags_x86_popcnt"

src_configure() {
	econf \
		$(use_enable cpu_flags_x86_popcnt popcnt) \
		--disable-eigen \
		--disable-hpcombi \
		--disable-fmt
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

USE Flags

Manifest for 2.7.4

Type File Size Source URLs
DIST libsemigroups-2.7.4.tar.gz 8682905 bytes https://github.com/libsemigroups/libsemigroups/releases/download/v2.7.4/libsemigroups-2.7.4.tar.gz