mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by: Anhad Singh <andypython@protonmail.com>
22 lines
518 B
TOML
22 lines
518 B
TOML
# GNU Multiple Precision Arithmetic Library (GMP) is a free and open source
|
|
# library for arbitrary-precision arithmetic, operating on signed integers,
|
|
# rational numbers, and floating-point numbers.
|
|
|
|
[source]
|
|
tar = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
|
|
blake3 = "fffe4996713928ae19331c8ef39129e46d3bf5b7182820656fd4639435cd83a4"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure
|
|
"""
|
|
|
|
[package]
|
|
shared-deps = ["libgcc"]
|