Correct msys2 externals for libblas, liblapack (#521)
* 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.
This commit is contained in:
@@ -9,5 +9,6 @@ maintainers-logins = ["simonjwright"]
|
||||
[[external]]
|
||||
kind="system"
|
||||
[external.origin."case(distribution)"]
|
||||
"macos" = []
|
||||
"debian|ubuntu" = ["libblas-dev"]
|
||||
# "msys2" = ["mingw-w64-x86_64-openblas"]
|
||||
"msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
|
||||
@@ -9,5 +9,6 @@ maintainers-logins = ["simonjwright"]
|
||||
[[external]]
|
||||
kind="system"
|
||||
[external.origin."case(distribution)"]
|
||||
"macos" = []
|
||||
"debian|ubuntu" = ["liblapack-dev"]
|
||||
# "msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
"msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
|
||||
Reference in New Issue
Block a user