5883ec53d0
* index/li/libblas/libblas-external.toml: uncomment the msys2 origin
and make it to lapack. The reason is that we require libblas.dll,
and this isn't provided by openblas (lapack provides both).
Also, add an empty origin for macos.
* index/li/liblapack/liblapack-external.toml: uncomment the msys2
origin.
Also, add an empty origin for macos.
15 lines
366 B
TOML
15 lines
366 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)"]
|
|
"macos" = []
|
|
"debian|ubuntu" = ["libblas-dev"]
|
|
"msys2" = ["mingw-w64-x86_64-lapack"]
|