sci-libs/m4rie - 20250128 (gentoo)

Search

Package Information

Description:
Fast dense matrix arithmetic over GF(2^e) for 2 <= e <= 16
Homepage:
https://github.com/malb/m4rie
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
20250128 8 ~amd64 ~riscv ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Fast dense matrix arithmetic over GF(2^e) for 2 <= e <= 16"
HOMEPAGE="https://github.com/malb/m4rie"
SRC_URI="https://github.com/malb/${PN}/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
IUSE="debug"

DEPEND=">=sci-libs/m4ri-20240729-r0:="
RDEPEND="${DEPEND}"

src_configure() {
	econf $(use_enable debug)
}

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

USE Flags

Dependencies

DEPEND

>=sci-libs/m4ri-20240729-r0:=

RDEPEND

>=sci-libs/m4ri-20240729-r0:=

Manifest for 20250128

Type File Size Source URLs
DIST m4rie-20250128.tar.gz 442587 bytes https://github.com/malb/m4rie/releases/download/20250128/m4rie-20250128.tar.gz