Install this version:
emerge -a =sci-libs/m4rie-20250128
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/m4rie-20250128
Or alternatively:
emerge --autounmask-write -a =sci-libs/m4rie-20250128
# 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
}
Manage flags for this package:
euse -i <flag> -p sci-libs/m4rie |
euse -E <flag> -p sci-libs/m4rie |
euse -D <flag> -p sci-libs/m4rie
>=sci-libs/m4ri-20240729-r0:=
>=sci-libs/m4ri-20240729-r0:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | m4rie-20250128.tar.gz | 442587 bytes | https://github.com/malb/m4rie/releases/download/20250128/m4rie-20250128.tar.gz |