-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lapack-reference] build failure for triplet arm64-linux when cross-compiling from x64-linux #44605
Comments
For reference,
|
Seems to me that the vcpkg script is trying to build Reference-LAPACK using an optimized BLAS like ATLAS or OpenBLAS ( |
Yes, that is the issue: |
The strange thing is that I do have I'm trying to
|
It seems the issue is that FindBLAS is not content with the
|
|
… but vcpkg ended up producing an x86_64 liblapack.a … |
To some extent, it seems to work by defining a custom
where
Notably to define Although |
Package: lapack-reference[blas-select,core,noblas]:[email protected]#5
Host Environment
vcpkg-scripts version: b322364 2024-12-16
Operating system
Linux
Compiler
GCC
Steps to reproduce the behavior
Using
vcpkg.json
(manifest) which containsmlpack
(package which have lapack-reference as a dependency):Failure logs
config-arm64-linux-out.log
Additional context
Similar issue (I believe): Reference-LAPACK/lapack#1109
The text was updated successfully, but these errors were encountered: