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:
Simon Wright
2022-05-20 10:28:12 +01:00
committed by GitHub
parent f1f01383e7
commit 5883ec53d0
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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"]
+2 -1
View File
@@ -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"]