mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
11 lines
278 B
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"
|
|
] |