Skip to content
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

Ensure Fortran Lapack, C-Lapack, or OpenBLAS is present #3

Closed
antonysigma opened this issue Nov 11, 2024 · 1 comment
Closed

Ensure Fortran Lapack, C-Lapack, or OpenBLAS is present #3

antonysigma opened this issue Nov 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@antonysigma
Copy link
Collaborator

antonysigma commented Nov 11, 2024

The key step of the algorithm numpy..linalg.lstsq(J.T, phase.T) requires LU decomposition with SVD algorithm as the fallback mechanism. These algorithms are provided in the Lapack.

Action: Program the build system such that at least one of the following must evaluate to true to proceed.

armadillo-code| Run-time dependency openblas found: YES 0.3.8
armadillo-code| Run-time dependency lapack found: YES 0.3.8+ds
armadillo-code| Run-time dependency arpack2 found: NO (tried pkgconfig and cmake)
@antonysigma antonysigma added the bug Something isn't working label Nov 11, 2024
@antonysigma
Copy link
Collaborator Author

Resolved in #8 . Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant