mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
13 lines
317 B
TOML
13 lines
317 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/Reference-LAPACK/lapack#installation
|
|
[source]
|
|
git = "https://github.com/Reference-LAPACK/lapack"
|
|
rev = "v3.12.1"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-D_is_coverage_build=0",
|
|
"-DLAPACK_TESTING_USE_PYTHON=OFF",
|
|
]
|