mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
17 lines
322 B
TOML
17 lines
322 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from cmake log
|
|
[source]
|
|
git = "https://invent.kde.org/education/labplot"
|
|
branch = "release/2.12"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DENABLE_TESTS=OFF",
|
|
"-DENABLE_SDK=OFF",
|
|
]
|
|
dependencies = [
|
|
"libgsl",
|
|
"qads",
|
|
]
|