From 21844c2d877c41f921269d7c7a87ab5a0a44171b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 05:49:00 +0000 Subject: [PATCH] update recipes --- recipes/wip/qv/recipe.toml | 2 +- recipes/wip/rargs/recipe.toml | 2 +- recipes/wip/rattler-build/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/qv/recipe.toml b/recipes/wip/qv/recipe.toml index b05433de6..81812e895 100644 --- a/recipes/wip/qv/recipe.toml +++ b/recipes/wip/qv/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO deltalake crate error (after a patch on ring) [source] git = "https://github.com/timvw/qv" [build] diff --git a/recipes/wip/rargs/recipe.toml b/recipes/wip/rargs/recipe.toml index a48ab3ae2..17c527066 100644 --- a/recipes/wip/rargs/recipe.toml +++ b/recipes/wip/rargs/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled after cargo update, not tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/lotabout/rargs" [build] diff --git a/recipes/wip/rattler-build/recipe.toml b/recipes/wip/rattler-build/recipe.toml index b9804a3fd..857baeb8c 100644 --- a/recipes/wip/rattler-build/recipe.toml +++ b/recipes/wip/rattler-build/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/prefix-dev/rattler-build" rev = "4e554ccf35e50f598f9110bfc8c8be909de203da" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab