-
-
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
make check
failure in linalg
#1853
Comments
This is probably due to the 64-bit blas interface change. Doing make
|
Yup, that fixes it for me. |
Hi, I have encountered the same issue here. Even I did the distclean procedure. I still have the problem:
ERROR: BoundsError() I am using Ubuntu 12.10 amd64. I use Julia Ubuntu PPA (#1451). I have already cleaned up all deps and update my source tree... Thank you. |
You should either use the PPA or build from source. How come you are doing both? Are you using the PPA for the dependencies only? |
Yes. I think the ppa is just for dependency. You still have to build julia from the source. |
cd test && make
gives:(On Debian GNU/Linux x86-64 with gcc 4.4.5.)
PS. Would be nice if the toplevel supported the usual 'make check' target to run the testsuite.
The text was updated successfully, but these errors were encountered: