libmpc: Add package
authorJeffery To <jeffery.to@gmail.com>
Sat, 27 May 2023 19:07:15 +0000 (03:07 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 29 May 2023 15:15:59 +0000 (18:15 +0300)
commit4d64d5f80a0bbffded0d4d99d7578d61349e424c
treea0b17d1497cd7efc4b3ea2b3334520c91cf65fa9
parent925bd169451f3223ca3800cde4af390759919e3b
libmpc: Add package

From the documentation:

GNU MPC is a portable library written in C for arbitrary precision
arithmetic on complex numbers providing correct rounding. It implements
a multiprecision equivalent of the C99 standard. It builds upon the GNU
MP and the GNU MPFR libraries.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
libs/libmpc/Makefile [new file with mode: 0644]
libs/libmpc/patches/001-only-src.patch [new file with mode: 0644]