637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
21 lines
367 B
TOML
21 lines
367 B
TOML
[package]
|
|
name = "labplot"
|
|
version = "2.12"
|
|
|
|
#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",
|
|
]
|