Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
make_vars = [ "LDXXFLAGS=$$LDFLAGS" ]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"libcxx",
|
||||
"libunwind",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
|
||||
homepage = "https://www.bytereef.org/mpdecimal/index.html"
|
||||
license = "BSD-2-Clause"
|
||||
name = "mpdecimal"
|
||||
version = "4.0.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "96d33abb4bb0070c7be0fed4246cd38416188325f820468214471938545b1ac8"
|
||||
url = "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-$version.tar.gz"
|
||||
Reference in New Issue
Block a user