-
-
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
Fails to build on opensuse 13.1 #6029
Comments
Did you get something that works and passes tests? ( |
Nope.
I made following changes.
|
But I was able to compile ( |
This is a 32-bit system? Then the test error is unrelated to your troubles with the build process. |
Can you find out what your Also (unrelated comment), the standard way to change the make variables is to create a file named |
"unknown arch i586 for openblas cross-compile". Stop |
cc @ronisbr |
Hi dilawar, Yesterday I could finally build Julia in openSUSE Build Service (see Issue #5920). However, the problem was related to KVM only and I have never seen your problem since I could always build Julia locally. You can check the rpm spec here https://build.opensuse.org/package/view_file/home:Ronis_BR/julia/julia.spec?expand=1 Maybe it can help you to fix your problem. Otherwise, you can try the package that I built and tell me if everything is working fine. Notice that I set the configurations to build Julia using systems' BLAS instead of openblas. |
I had to manually modify the Makefile to continue.
The text was updated successfully, but these errors were encountered: