redox/recipes/wip/science/openspace/recipe.toml
2026-04-29 21:35:32 -03:00

17 lines
390 B
TOML

#TODO not compiled or tested
# build instructions: https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
[source]
git = "https://github.com/OpenSpace/OpenSpace"
branch = "releases/v0.21.4"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DOPENSPACE_RELEASE_BUILD=ON",
"-DOPENSPACE_HAVE_TESTS=OFF",
]
dependencies = [
"qt6-base",
"libgdal",
]