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
356 B
TOML
15 lines
356 B
TOML
description = "Linear Algebra Package"
|
|
name = "liblapack"
|
|
licenses = "BSD-3-Clause"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
|
|
[[external]]
|
|
kind="system"
|
|
[external.origin."case(distribution)"]
|
|
"macos" = []
|
|
"debian|ubuntu" = ["liblapack-dev"]
|
|
"msys2" = ["mingw-w64-x86_64-lapack"]
|