From aa7c69999e343908af3dc2d9277ba6cb54612067 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 27 Dec 2024 14:10:10 +1100 Subject: [PATCH] misc(recipes): remove mpc from WIP Signed-off-by: Anhad Singh --- recipes/wip/libs/other/mpc/recipe.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/wip/libs/other/mpc/recipe.toml diff --git a/recipes/wip/libs/other/mpc/recipe.toml b/recipes/wip/libs/other/mpc/recipe.toml deleted file mode 100644 index bb6d1d4b5..000000000 --- a/recipes/wip/libs/other/mpc/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO compiled but not tested -[source] -tar = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz" -[build] -template = "configure" -dependencies = [ - "libgmp", - "libmpfr", -]