diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml deleted file mode 100644 index 766c3702d05f3d7e226994c06b1ac0d3bc9adeaa..0000000000000000000000000000000000000000 --- a/recipes/wip/benchmarks/divan/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/nvzqz/divan" -[build] -template = "custom" -script = """ -cookbook_cargo_examples examples -""" diff --git a/recipes/wip/codecs/wavpack/recipe.toml b/recipes/wip/codecs/wavpack/recipe.toml index 3dc61207f2bd1ae29920490212faf6aa96bc95b9..a9aa8555d9e40970f5bdb12847309e192ac0ae7f 100644 --- a/recipes/wip/codecs/wavpack/recipe.toml +++ b/recipes/wip/codecs/wavpack/recipe.toml @@ -3,3 +3,6 @@ tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz" [build] template = "configure" +dependencies = [ + "libiconv", +]