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

Resolve build system warnings #8

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Resolve build system warnings #8

merged 1 commit into from
Nov 13, 2024

Conversation

antonysigma
Copy link
Collaborator

@antonysigma antonysigma commented Nov 13, 2024

Ensure meson >= v1.1 . Expose project configuration option -Darmadillo-code:lapack=openblas to select the linear solver library.

@antonysigma antonysigma force-pushed the choose-lapack-impl branch 3 times, most recently from 4492bad to b257d18 Compare November 13, 2024 17:10
Ensure meson version >=1.1 . Link with native liblapack on Ubuntu 20.04
because of stack overflow issue of `_zgel` with libopenblas64 and liblapack64 ,
as well as write beyond scope issue of SVD decomposition.
Don't call BLAS for matrix-matrix multiplications.
@antonysigma antonysigma merged commit 1fd6ce8 into main Nov 13, 2024
2 checks passed
@antonysigma antonysigma deleted the choose-lapack-impl branch November 13, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant