From 4add00c79e2e8110d97aa98506e4d335779e4413 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 11:32:39 +0000 Subject: [PATCH] Update recipes --- recipes/wip/net/turn-rs/recipe.toml | 2 +- recipes/wip/net/updns/recipe.toml | 2 +- recipes/wip/net/vopono/recipe.toml | 2 +- recipes/wip/science/alevin-fry/recipe.toml | 2 +- recipes/wip/science/oarfish/recipe.toml | 2 +- recipes/wip/science/piscem/recipe.toml | 2 +- recipes/wip/science/polypolish/recipe.toml | 2 +- recipes/wip/science/scidataflow/recipe.toml | 3 +++ 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes/wip/net/turn-rs/recipe.toml b/recipes/wip/net/turn-rs/recipe.toml index d29279c0d..f027311fb 100644 --- a/recipes/wip/net/turn-rs/recipe.toml +++ b/recipes/wip/net/turn-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO ahash crate error [source] git = "https://github.com/mycrl/turn-rs" [build] diff --git a/recipes/wip/net/updns/recipe.toml b/recipes/wip/net/updns/recipe.toml index 8abe8049d..4639a8496 100644 --- a/recipes/wip/net/updns/recipe.toml +++ b/recipes/wip/net/updns/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/wyhaya/updns" [build] diff --git a/recipes/wip/net/vopono/recipe.toml b/recipes/wip/net/vopono/recipe.toml index 73dba8f89..f286ec1a7 100644 --- a/recipes/wip/net/vopono/recipe.toml +++ b/recipes/wip/net/vopono/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO users crate error [source] git = "https://github.com/jamesmcm/vopono" [build] diff --git a/recipes/wip/science/alevin-fry/recipe.toml b/recipes/wip/science/alevin-fry/recipe.toml index e529c491d..f6b521000 100644 --- a/recipes/wip/science/alevin-fry/recipe.toml +++ b/recipes/wip/science/alevin-fry/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/COMBINE-lab/alevin-fry" [build] diff --git a/recipes/wip/science/oarfish/recipe.toml b/recipes/wip/science/oarfish/recipe.toml index 7012f9e30..f1376e4e0 100644 --- a/recipes/wip/science/oarfish/recipe.toml +++ b/recipes/wip/science/oarfish/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/COMBINE-lab/oarfish" [build] diff --git a/recipes/wip/science/piscem/recipe.toml b/recipes/wip/science/piscem/recipe.toml index 5096d0a23..47886919a 100644 --- a/recipes/wip/science/piscem/recipe.toml +++ b/recipes/wip/science/piscem/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO CMake error [source] git = "https://github.com/COMBINE-lab/piscem" [build] diff --git a/recipes/wip/science/polypolish/recipe.toml b/recipes/wip/science/polypolish/recipe.toml index 0f0d25986..5e6649d9c 100644 --- a/recipes/wip/science/polypolish/recipe.toml +++ b/recipes/wip/science/polypolish/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/rrwick/Polypolish" [build] diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml index 31918e7c0..5ac5f0ff9 100644 --- a/recipes/wip/science/scidataflow/recipe.toml +++ b/recipes/wip/science/scidataflow/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/vsbuffalo/scidataflow" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab