You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using external code which uses OpenBLAS.
While installing OpenBLAS in linux, I hade some error while installing.
I use GNU compiler (v14.2), gnu make(v4.4).
I would be grateful if you could give me solution about this issue.
Curious, it looks as if it could not determine your cpu model - the error comes from trying to name the library literally libopenblas_(null) where the braces break the makefile. Normally this would be something libopenblas_haswell or libopenblas_armv8. What is strange here is that the build should have failed much earlier, as it would not have been able to determine appropriate parameters for an undefined cpu. I wonder which options you used to build OpenBLAS here, and what your cpu is ?
But also 0.3.23 is almost two years old, you might want to use 0.3.29 unless there is a very specific reason to stay with the old one.
Hi
I'm using external code which uses OpenBLAS.
While installing OpenBLAS in linux, I hade some error while installing.
I use GNU compiler (v14.2), gnu make(v4.4).
I would be grateful if you could give me solution about this issue.
Thank you!
build_error.log
The text was updated successfully, but these errors were encountered: