redox/recipes/wip/libs/other/libeigen/recipe.toml

11 lines
278 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.com/libeigen/eigen/-/blob/master/INSTALL?ref_type=heads
[source]
git = "https://gitlab.com/libeigen/eigen"
branch = "5.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTING=OFF"
]