redox/recipes/libs/libmpfr/recipe.toml
Anhad Singh 8b663ee368 fix(cookbook): shared dependencies
These shall only be added iff `PREFER_STATIC` is not set.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-23 16:12:12 +11:00

21 lines
363 B
TOML

[source]
tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.xz"
blake3 = "f428023b8f7569fc1178faf63265ecb6cab4505fc3fce5d8c46af70db848a334"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libgmp",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""
[package]
shared-deps = ["libgcc", "libgmp"]