sci-libs/fplll - 5.5.0 (gentoo)

Search

Package Information

Description:
Implementations of the floating-point LLL reduction algorithm
Homepage:
https://github.com/fplll/fplll
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
5.5.0 8 amd64 ~riscv ~x86 0/8
View Raw Ebuild
# 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
}

USE Flags

qd

Dependencies

DEPEND

dev-libs/gmp:0
	dev-libs/mpfr:0
	qd? ( sci-libs/qd )

RDEPEND

dev-libs/gmp:0
	dev-libs/mpfr:0
	qd? ( sci-libs/qd )

BDEPEND

virtual/pkgconfig

Manifest for 5.5.0

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