mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
10 lines
288 B
TOML
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",
|
|
]
|