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.
16 lines
351 B
TOML
16 lines
351 B
TOML
[package]
|
|
name = "openspace"
|
|
version = "0.1.0"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
|
|
[source]
|
|
git = "https://github.com/OpenSpace/OpenSpace"
|
|
rev = "b3681167a3b95d49ac7aa7d06b07cbd88c687e9a"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"qt6-base",
|
|
"libgdal",
|
|
]
|