mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
16 lines
310 B
TOML
16 lines
310 B
TOML
[source]
|
|
tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.xz"
|
|
blake3 = "11d59d061ef8db588650bc7dc5172594a6e5aad013994801c6f63011a62b191d"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libgmp",
|
|
]
|
|
script = """
|
|
DYNAMIC_STATIC_INIT
|
|
cookbook_configure
|
|
""" |