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
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
"--enable-thread-safe",
]
[dependencies]
runtime = [
"glibc",
"gmp",
"libunwind"
]
[package]
description = "functions for multiple precision math"
homepage = "https://www.mpfr.org/"
license = "LGPL-3.0-or-Later"
name = "mpfr"
version = "4.2.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01"
url = "https://www.mpfr.org/mpfr-current/mpfr-$version.tar.xz"