diff --git a/recipes/wip/net/turn-rs/recipe.toml b/recipes/wip/net/turn-rs/recipe.toml
index d29279c0d49a586d52a13dd14436a01b143cf7d0..f027311fb3ed62886eeea2e6858fe271bb58e657 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 8abe8049dd75571f97486c52c89e22b150c4f22e..4639a849606458ce2f19a42f1199c5465f072ad1 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 73dba8f892bfd8013e5486e00f67889a846b1b3e..f286ec1a792a5d9dee4d3a365d1a98ff16a95eff 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 e529c491dd8b68b9b3a4dcde47aebc6e4f820f59..f6b52100020eb2085687c65b292b0c59aaf57479 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 7012f9e309a3907f8921a8c2a2fa05394a97e420..f1376e4e0a438eefcd8fccc4080dab9579215597 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 5096d0a23577c5a65cbcb55a6e1e335a21fa0146..47886919ab888fa93595ba774127caa2a611757e 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 0f0d25986031e462be1b662bec0bcc7f6ea79fb4..5e6649d9c01f716af408614345ea6719f51609c8 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 31918e7c07ba9033096b673dfd5b1dbbadc8a5fd..5ac5f0ff96c84474677b768ca4a427cdee7b080b 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",
+]