diff --git a/recipes/wip/science/celestia-data/recipe.toml b/recipes/wip/science/celestia-data/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a3175e286bc18dceb68abf44cbf067bda37b8bd6 --- /dev/null +++ b/recipes/wip/science/celestia-data/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for CMake, see https://github.com/CelestiaProject/Celestia/blob/master/INSTALL.md#installing-the-content +[source] +git = "https://github.com/CelestiaProject/CelestiaContent" +[build] +template = "custom" diff --git a/recipes/wip/science/celestia/recipe.toml b/recipes/wip/science/celestia/recipe.toml index 28b7436d479754364a1924f618c0ac76c557d0c7..f4793712c3e546a8b32612b98237d08e6a1f1693 100644 --- a/recipes/wip/science/celestia/recipe.toml +++ b/recipes/wip/science/celestia/recipe.toml @@ -29,6 +29,7 @@ COOKBOOK_CONFIGURE_FLAGS=( -DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)" -DCMAKE_VERBOSE_MAKEFILE=On -DENABLE_INTERFACE=ON + -DENABLE_SDL=On "${COOKBOOK_SOURCE}" ) cookbook_configure