28 lines
524 B
TOML
28 lines
524 B
TOML
[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"
|