redox/recipes/wip/oidn/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
232 B
TOML

#TODO missing script for CMake, see https://github.com/OpenImageDenoise/oidn#compiling-on-linuxmacos
[source]
git = "https://github.com/OpenImageDenoise/oidn"
[build]
template = "custom"
dependencies = [
"ispc",
"onetbb",
]