mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
10 lines
196 B
TOML
10 lines
196 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
tar = "https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.3.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxml2",
|
|
"libevdev",
|
|
]
|