mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
9 lines
241 B
TOML
9 lines
241 B
TOML
#TODO missing script for building, see https://github.com/OpenRadioss/OpenRadioss/blob/main/HOWTO.md#building-on-linux
|
|
[source]
|
|
tar = "https://github.com/OpenRadioss/OpenRadioss"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openmpi",
|
|
]
|