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

Some questions for error. #5096

Open
JaeBeom1019 opened this issue Jan 24, 2025 · 2 comments
Open

Some questions for error. #5096

JaeBeom1019 opened this issue Jan 24, 2025 · 2 comments

Comments

@JaeBeom1019
Copy link

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

@martin-frbg
Copy link
Collaborator

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.

@martin-frbg
Copy link
Collaborator

Please try updating the version number used in OpenFUSIONToolkit/src/utilities/build_libs.py line 1044 and following to 0.3.29
https://github.com/OpenFUSIONToolkit/OpenFUSIONToolkit/blob/374da2ffdf862b5df244c4aaf1d161170b5f6e9b/src/utilities/build_libs.py#L1044-L1046

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

No branches or pull requests

2 participants