-
Notifications
You must be signed in to change notification settings - Fork 16
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
Linker errors on example program #39
Comments
Hello! From the first look, a backend is missing. The choice of the backend is left up to the end user: https://github.com/blas-lapack-rs/blas-lapack-rs.github.io/wiki Does this resolve the issue? |
After making the suggested changes: I still get a pretty long stack trace: https://gist.github.com/acgetchell/2369212198b92ecc23ec01d0ba5c22b1 |
Looks an issue for macOS with ARM64. |
Similar comment exists on OpenBLAS repo |
@termoshtt, but then it should have already been fixed in the latest version of OpenBLAS, or has it not yet been released? |
I am working for OpenBLAS 0.3.21 blas-lapack-rs/openblas-src#92, it has been merged to master, but readying to publish. Could you test the master branch using [dependencies]
openblas-src = { git = "https://github.com/blas-lapack-rs/openblas-src" } |
Thank you for taking care of this! |
Thank you @termoshtt , the master branch fixed it for macOS and Linux: https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433574 https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433524 There still seems to be a vcpkg-related build error on Windows: https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433625 |
blas-lapack-rs/blas#39 is resolved. Add back Windows in CI to look at vcpkg issues.
Hello,
I'm using this crate and the example program fails due to linker issues.
Suggestions?
Sorry, I'm fairly new to Rust.
The text was updated successfully, but these errors were encountered: