From b4dcf6b9c0ebe509bca050754c7b9421c014dad4 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 26 Dec 2024 16:39:45 +1100 Subject: [PATCH] feat(libgmp): dynamic Signed-off-by: Anhad Singh --- recipes/libs/libgmp/recipe.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/recipes/libs/libgmp/recipe.toml b/recipes/libs/libgmp/recipe.toml index e464785cd..40057bb76 100644 --- a/recipes/libs/libgmp/recipe.toml +++ b/recipes/libs/libgmp/recipe.toml @@ -1,5 +1,19 @@ +# 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.2.1.tar.xz" blake3 = "52cecfbbe286820d1f8bc118769008acb6451bd074fe6dea9e868d54b2ada855" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] -template = "configure" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +""" +