75b077634b
* Add orka 1.0.0 crates * Disable orka_egl on Windows GCC fails to find and link EGL. * Require GCC >= 12 for orka_tensors_gpu
23 lines
722 B
TOML
23 lines
722 B
TOML
name = "orka_numerics"
|
|
description = "Tensors (multidimensional arrays) and integrators"
|
|
version = "1.0.0"
|
|
website = "https://github.com/onox/orka"
|
|
licenses = "Apache-2.0"
|
|
tags = ["orka", "math", "vector", "matrix", "ndarray", "tensor", "numpy", "random", "statistics", "integration", "rk4", "kalman", "optimization", "leastsquares", "linearalgebra", "linalg"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAOM99-Is"]
|
|
|
|
[[depends-on]]
|
|
orka_types = "~1.0.0"
|
|
|
|
[origin]
|
|
commit = "b455160b0b24a89af4ae6423b186dc826915d487"
|
|
url = "git+https://github.com/onox/orka.git"
|
|
subdir = "orka_numerics"
|