redox/recipes/wip/libs/perf/openmp/recipe.toml
2026-01-16 15:38:57 -03:00

10 lines
288 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/llvm/llvm-project/blob/main/openmp/README.rst
[source]
tar = "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/openmp-21.1.6.src.tar.xz"
[build]
template = "cmake"
dependencies = [
"llvm21",
]