-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot build on Ubuntu/16.04 #25
Comments
I think our travis-ci runs 16.04, so this should really work. Please make sure that you use
I assume you are building from the latest master?
Where? This is not correct anymore (OpenBLAS is included as sub-module).
Just tested again, this works for me on 16.04:
|
This was the direct cause. My CPU is Core-i7 7700k Kaby Lake and OpenBLAS failed to auto-detect its architecture. I added
Sorry, what the fastfm-core doc says to install was atlas (for cblas interface I suppose), not openblas.
But the doc of fastfm itself still says to install openblas. (for cblas I suppose)
|
Looks like a special case to me We don't install OpenBLAS or ATLAS on our build machine https://github.com/ibayer/fastFM/blob/master/.travis.yml . I believe neither is needed, but we should double check on a clean machine. Thanks for reporting the issues. Feel free to open a PR to fix the docs. |
FYI, the same openblas issue was reported in the official repo. |
Thanks, that very good to know. So we should put a note in the README and update the OpenBLAS version as soon as a new release comes out (problem fixed in dev master). |
Hi. I would like to make some modification on fastfm but I couldn't compile this fastfm-core module. I'm using Ubuntu/16.04 with gcc 5.4.0 .
Here is my compile error log. Looks it is a OpenBlas problem though.
By the way, the doc says I have to install OpenBLAS with apt-get but the makefile code looks just using extrenals/OpenBLAS, not system OpenBLAS. Is this build procedure correct?
The text was updated successfully, but these errors were encountered: