From 8a35113412a3a2d270d19c9f3716a54ac44dddbf Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Dec 2023 17:12:50 +0000 Subject: [PATCH] update recipes --- recipes/wip/opengmk/recipe.toml | 2 +- recipes/wip/openjdk11-headless/recipe.toml | 2 +- recipes/wip/openmpi/recipe.toml | 1 + recipes/wip/oranda/recipe.toml | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/wip/opengmk/recipe.toml b/recipes/wip/opengmk/recipe.toml index fb7a2b203..5c0a004d7 100644 --- a/recipes/wip/opengmk/recipe.toml +++ b/recipes/wip/opengmk/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libsoundio-sys crate error, require ALSA (needs to be ported) [source] git = "https://github.com/OpenGMK/OpenGMK" [build] diff --git a/recipes/wip/openjdk11-headless/recipe.toml b/recipes/wip/openjdk11-headless/recipe.toml index bcf47eed5..a7df77765 100644 --- a/recipes/wip/openjdk11-headless/recipe.toml +++ b/recipes/wip/openjdk11-headless/recipe.toml @@ -1,5 +1,5 @@ +#TODO permission denied on the configure script #TODO build instructions - https://github.com/openjdk/jdk11u/blob/master/doc/building.md -#TODO not compiled or tested [source] git = "https://github.com/openjdk/jdk11u" rev = "09b402a6bcecce976ee17ce358b0a90ea127ab69" diff --git a/recipes/wip/openmpi/recipe.toml b/recipes/wip/openmpi/recipe.toml index 3782a238d..3b922fb5e 100644 --- a/recipes/wip/openmpi/recipe.toml +++ b/recipes/wip/openmpi/recipe.toml @@ -1,4 +1,5 @@ #TODO missing dependencies, see https://docs.open-mpi.org/en/v5.0.x/installing-open-mpi/required-support-libraries.html +#TODO make libevent works [source] tar = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.0.tar.bz2" [build] diff --git a/recipes/wip/oranda/recipe.toml b/recipes/wip/oranda/recipe.toml index 5ccb101b2..2dea24003 100644 --- a/recipes/wip/oranda/recipe.toml +++ b/recipes/wip/oranda/recipe.toml @@ -1,6 +1,5 @@ #TODO camino crate error (after a patch on the ring crate) [source] git = "https://github.com/axodotdev/oranda" -rev = "11790dd3fd16029b2095c5ea97efc9f6a41e68ef" [build] template = "cargo" -- GitLab