mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
feat(mpc)
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
parent
a1c6409153
commit
3e45672be6
21
recipes/libs/mpc/recipe.toml
Normal file
21
recipes/libs/mpc/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
# C library for the arithmetic of complex numbers with arbitrarily high
|
||||
# precision and correct rounding of the result.
|
||||
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user