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