f1f01383e7
These only support linux; not needed on macOS, and the msys2 libraries can't be installed because of key signing errors. * index/li/libblas/libblas-external.toml * index/li/liblapack/liblapack-external.toml
14 lines
357 B
TOML
14 lines
357 B
TOML
description = "Basic Linear Algebra Subprograms"
|
|
name = "libblas"
|
|
licenses = "custom-blas-2017"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
|
|
[[external]]
|
|
kind="system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libblas-dev"]
|
|
# "msys2" = ["mingw-w64-x86_64-openblas"]
|