245294cf39
* gnat_math_extensions 1.1.0 - first Alire release (the project started in 2010).
23 lines
638 B
TOML
23 lines
638 B
TOML
name = "gnat_math_extensions"
|
|
description = "Eigenvalues, eigenvectors for non-symmetric, non-Hermitian matrices"
|
|
website = "https://github.com/simonjwright/gnat_math_extensions"
|
|
version = "1.1.0"
|
|
licenses= "GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
|
|
project-files = ["gnat_math_extensions.gpr"]
|
|
|
|
tags = ["matrices", "blas", "lapack"]
|
|
|
|
[[depends-on]]
|
|
"libblas" = "*"
|
|
"liblapack" = "*"
|
|
|
|
[origin]
|
|
commit = "e1f68c35cfb4539450341cede99ffc980510219c"
|
|
url = "git+https://github.com/simonjwright/gnat_math_extensions.git"
|
|
|