redox/recipes/wip/libs/sci/geos/recipe.toml
2026-06-13 21:47:11 -03:00

12 lines
277 B
TOML

#TODO compile and test
# build instructions: https://libgeos.org/usage/download/
[source]
tar = "https://download.osgeo.org/geos/geos-3.14.1.tar.bz2"
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_DOCUMENTATION=OFF",
"-DBUILD_TESTING=OFF",
"-DUSE_CCACHE=ON",
]