| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.5.0 | 8 | amd64 ~riscv ~x86 | 0/8 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Implementations of the floating-point LLL reduction algorithm"
HOMEPAGE="https://github.com/fplll/fplll"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0/8"
KEYWORDS="amd64 ~riscv ~x86"
IUSE="qd"
BDEPEND="virtual/pkgconfig"
DEPEND="dev-libs/gmp:0
dev-libs/mpfr:0
qd? ( sci-libs/qd )"
RDEPEND="${DEPEND}"
src_configure() {
econf \
$(use_with qd)
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}
dev-libs/gmp:0 dev-libs/mpfr:0 qd? ( sci-libs/qd )
dev-libs/gmp:0 dev-libs/mpfr:0 qd? ( sci-libs/qd )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fplll-5.5.0.tar.gz | 2633527 bytes | https://github.com/fplll/fplll/releases/download/5.5.0/fplll-5.5.0.tar.gz |