mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
The class itself currently does nothing. The idea is to mark all recipes that make use of the texinfo utilities. In the future, this class could be used to suppress the generation/formatting of documentation for performance, explicitly track dependencies on these utilities, and eliminate Yocto's current dependency on the host system's texinfo utilities. (From OE-Core rev: e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405) Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
403 B
PHP
8 lines
403 B
PHP
SUMMARY = "C library for complex number arithmetic with arbitrary precision and correct rounding"
|
|
DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr"
|
|
HOMEPAGE = "http://www.multiprecision.org/"
|
|
LICENSE = "LGPLv3"
|
|
SECTION = "libs"
|
|
|
|
inherit autotools texinfo
|