mpfr: Add package
authorJeffery To <jeffery.to@gmail.com>
Sat, 27 May 2023 18:07:01 +0000 (02:07 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 29 May 2023 15:15:59 +0000 (18:15 +0300)
commit925bd169451f3223ca3800cde4af390759919e3b
treeb184df786868615d0c7fbdb0c590942738b90ad3
parentf47802949c5660eea67d9e3e242942dbe0489b9d
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>
libs/mpfr/Makefile [new file with mode: 0644]
libs/mpfr/patches/001-only-src.patch [new file with mode: 0644]