redox/recipes/libs/mpc/recipe.toml
2025-04-11 11:15:44 -06:00

20 lines
371 B
TOML

# 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
"""