mpfr: Add package
authorJeffery To <jeffery.to@gmail.com>
Sat, 27 May 2023 18:07:01 +0000 (02:07 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 31 May 2023 14:10:44 +0000 (22:10 +0800)
commitf743dca6c83ce41a26f184e3fa92454b5e548a69
treef28ea22a0b96fc8eb0256f59bb9f6dd7428ebbba
parent1a3df95f7e459106efb602fe2168eeae7167b382
mpfr: Add package

From the documentation:

MPFR is a portable library written in C for arbitrary precision
arithmetic on floating-point numbers. It is based on the GNU MP library.
It aims to provide a class of floating-point numbers with precise
semantics.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 925bd169451f3223ca3800cde4af390759919e3b)
libs/mpfr/Makefile [new file with mode: 0644]
libs/mpfr/patches/001-only-src.patch [new file with mode: 0644]