| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.1 | 8 | amd64 ~riscv | 0/2 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit libtool
DESCRIPTION="Command-line utility and library for L-function computations"
HOMEPAGE="https://gitlab.com/sagemath/lcalc"
SRC_URI="https://gitlab.com/-/project/12934202/uploads/487082fc3449dea93e9b85904a589742/${P}.tar.xz"
LICENSE="GPL-2+"
# The subslot is the libLfunction soname major version
SLOT="0/2"
KEYWORDS="amd64 ~riscv"
# Omit USE=mpfr for now because it's broken upstream:
#
# https://gitlab.com/sagemath/lcalc/-/issues/7
#
IUSE="+double double-double quad-double pari"
REQUIRED_USE="^^ ( double double-double quad-double )"
BDEPEND="dev-util/gengetopt"
DEPEND="double-double? ( sci-libs/qd:= )
quad-double? ( sci-libs/qd:= )
pari? ( sci-mathematics/pari:= )"
RDEPEND="${DEPEND}"
src_prepare() {
default
# Attempt to fix bug 953363 (using the fix for bug 914068)
elibtoolize
}
src_configure() {
econf $(use_with pari) \
--enable-precision="$(usev double)$(usev double-double)$(usev quad-double)"
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}
double-double? ( sci-libs/qd:= ) quad-double? ( sci-libs/qd:= ) pari? ( sci-mathematics/pari:= )
double-double? ( sci-libs/qd:= ) quad-double? ( sci-libs/qd:= ) pari? ( sci-mathematics/pari:= )
dev-util/gengetopt
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lcalc-2.1.1.tar.xz | 831648 bytes | https://gitlab.com/-/project/12934202/uploads/487082fc3449dea93e9b85904a589742/lcalc-2.1.1.tar.xz |