Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user