From 7ffdb91e59d1ce118b31464635a059e17b2c6e52 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 11 Sep 2023 08:34:18 -0600 Subject: [PATCH] Add libmpfr recipe --- recipes/libmpfr/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/libmpfr/recipe.toml diff --git a/recipes/libmpfr/recipe.toml b/recipes/libmpfr/recipe.toml new file mode 100644 index 000000000..a1f9d91f9 --- /dev/null +++ b/recipes/libmpfr/recipe.toml @@ -0,0 +1,9 @@ +[source] +tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.xz" +blake3 = "f428023b8f7569fc1178faf63265ecb6cab4505fc3fce5d8c46af70db848a334" + +[build] +dependencies = [ + "libgmp", +] +template = "configure" -- GitLab