| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.3 | 8 | ~amd64 ~x86 | 0/1 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Mpfrcx is a library for the arithmetic of univariate polynomials "
HOMEPAGE="https://www.multiprecision.org/mpfrcx/home.html"
SRC_URI="https://www.multiprecision.org/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0/1"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/gmp:0
dev-libs/mpfr:0
dev-libs/mpc"
RDEPEND="${DEPEND}"
src_install() {
default
# remove .la file
find "${ED}" -name '*.la' -delete || die
}
dev-libs/gmp:0 dev-libs/mpfr:0 dev-libs/mpc
dev-libs/gmp:0 dev-libs/mpfr:0 dev-libs/mpc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mpfrcx-0.6.3.tar.gz | 687823 bytes | https://www.multiprecision.org/downloads/mpfrcx-0.6.3.tar.gz |