redox/recipes/libs/mpc/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

19 lines
358 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 = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libgmp",
"libmpfr",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""