Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
[dependencies]
runtime = [
"glibc",
"gmp",
"mpfr",
]
[package]
description = "library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result"
homepage = "https://www.gnu.org/software/mpc/"
license = "LGPL-3.0-or-Later"
name = "mpc"
version = "1.3.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
url = "https://mirrors.kernel.org/gnu/mpc/mpc-$version.tar.gz"