-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
must set USE_BLAS64=0 when using Ubuntu PPA #4142
Comments
Yes, that's correct (I noticed the same thing.) Is this a request for @staticfloat to supply a version with the BLAS64 interfaces, or is there some other issue? |
Is there any reason to build a 32-bit binary with a 64-bit interface? Does
|
I suppose the real issue is documentation. I had used this thread which is outdated (stumbling through failed builds until I installed clang-3.3 and llvm-3.3-dev). I just discovered that travis.yml has all the relevant information in copy/paste form, and would be up to date. I linked to it in the Ubuntu section of the readme. |
I know this is not officially supported, but it could be that the PPA binary was built as 32-bit?
It shows I have the one installed from @staticfloat's PPA
Make.user:
Using Ubuntu 12.04.3 LTS inside a VM:
It builds when I set USE_BLAS64=0.
The text was updated successfully, but these errors were encountered: