admpfr 4.1.0, libmpfr external (#636)
* Add index entry for Admpfr v4.1.0-0 Admpfr is an Ada library offering bindings for the MPFR C library. It's a complete interface to the C library. Admpfr v4.1.0-* is compatible with MPFR 4.1.0. * fixup! Add index entry for Admpfr v4.1.0-0 * fixup! fixup! Add index entry for Admpfr v4.1.0-0 * Adjust admpfr and libmpfr indexes regarding checks results * fixup! Adjust admpfr and libmpfr indexes regarding checks results
This commit is contained in:
committed by
GitHub
parent
12c3f4fbc5
commit
5f0ee5c822
@@ -0,0 +1,26 @@
|
||||
name = "admpfr"
|
||||
version = "4.1.0+20220920"
|
||||
|
||||
description = "Ada bindings for MPFR"
|
||||
website = "https://github.com/thvnx/admpfr"
|
||||
tags = ["mpfr", "floating-point", "bindings"]
|
||||
|
||||
licenses = "GPL-3.0-only"
|
||||
|
||||
authors = ["Laurent Thévenoux"]
|
||||
maintainers = ["Laurent Thévenoux <laurent@thevenoux.net>"]
|
||||
maintainers-logins = ["thvnx"]
|
||||
|
||||
[available.'case(os)']
|
||||
linux = true
|
||||
macos = true
|
||||
windows = true
|
||||
'...' = false
|
||||
|
||||
[[depends-on]]
|
||||
gnat = ">=12 & <2000"
|
||||
libmpfr = "^4.1.0"
|
||||
|
||||
[origin]
|
||||
url = "https://github.com/thvnx/admpfr/archive/refs/tags/4.1.0+20220920.tar.gz"
|
||||
hashes = ["sha512:4c55f40a4180094255b278dc3aec1c62c897918207985a467198a297ca62ba1d1b41a6a8897e859f7b9b4c40d2092c97413ddbf356bb47adc561229ef2326502"]
|
||||
@@ -0,0 +1,13 @@
|
||||
description = "The GNU Multiple Precision Floating-Point Reliable Library"
|
||||
name = "libmpfr"
|
||||
licenses = "LGPL-3.0-only"
|
||||
maintainers = ["Laurent Thévenoux <laurent@thevenoux.net>"]
|
||||
maintainers-logins = ["thvnx"]
|
||||
|
||||
[[external]]
|
||||
kind = "system"
|
||||
[external.origin."case(distribution)"]
|
||||
"debian|ubuntu" = ["libmpfr-dev"]
|
||||
fedora = ["mpfr-devel"]
|
||||
"arch|macos" = ["mpfr"]
|
||||
msys2 = ["mingw-w64-x86_64-mpfr"]
|
||||
Reference in New Issue
Block a user