-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
The compiling failed with openblas #5522
Comments
I encounter the same issue |
@helinwang Do we need add openblas ( Current CPU version in teamcity is |
@luotao1 sure, I can do that. But when I tried the following build command on the develop branch I got:
Maybe we need to fix our develop branch first before it is turned on for every pull request CI (or perhaps I did not use the correct command)? |
@helinwang that is the issue #5523 , and I gave a PR #5521 , you can help review it. |
Is this error fixed? I meet the same problem.. |
@helinwang This issue is fixed by #5552 , you could add openblas version in the teamcity. Thanks very much! |
@luotao1 thanks! done. |
Error:
From this link https://github.com/xianyi/OpenBLAS/wiki/faq :
It seems that needs to link the pthread library:
The text was updated successfully, but these errors were encountered: