-
Notifications
You must be signed in to change notification settings - Fork 35
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
Errors in suitesparse when compiling #1
Comments
Looks like SuiteSparse has been updated and Homebrew is lagging behind. I've modified the julia formula to use a custom SuiteSparse formula, and in the meantime submitted a pull request to Homebrew main to accept the new, updated SuiteSparse version. Additionally, there's a small patch that I needed to get Julia to compile, so I've submitted a pull request to Julia as well, and I'm using my personal fork of Julia in the formula until it is accepted. |
Hey, thanks for updating so quickly, I'll try again. |
So, after trying again, I'm getting another error: https://gist.github.com/3107461 It seems to be complaining about something to do with readline, but I don't know what... |
There's a lot of confusion that arises from Julia's parallel building when Oh, and of course, you will need to |
Hopefully this helps: https://gist.github.com/3107999 Thanks for the help. |
Interesting. This appears to be a segfault while Julia is bootstrapping On Fri, Jul 13, 2012 at 3:36 PM, Andrew Spott <
|
@spott would you mind to try to |
@samueljohn I tried to do that... both by using the command you gave (with the It is complaining about a lack of arpack-ng:
Thanks for the help. |
oh I see the problem. You need arpack-ng and suite_sparse from staticfloat/julia first. The two dependencies are not automatically installed with the direct web link. |
So don't untapped staticfloat/julia. Install these two deps and then my julia formula. |
Ok, I got it to attempt to install, but run into this error:
|
Well, probably something in Julia's Make.inc was changed upstream in |
Yep, the Make.inc in julia has changed. I adapted to that now. @spott I updated my formula https://github.com/samueljohn/homebrew-julia/blob/master/julia.rb to use If you like, please try again. |
Well, it attempted to compile, but I still get the segfault in the same place:
|
Okay, was worth a try. What does |
brew config: https://gist.github.com/3123677 brew doctor: is clean, except for an unlinked keg (which wasn't installed by homebrew, and isn't required by anything). |
@spott the only difference to my system is:
Any idea what that could be? Do you have one of these ivybridge Retina MBPs? |
I do have one of the ivy bridge MacBook pros. I don't think that is the
|
You don't happen to have an older Mac to test on, right? |
No, I don't... but I did have a very similar problem before when I tried to
|
As you can guess, I am running out of options. Perhaps post this issue to the julia tracker, they might have a guess or at least know how to debug. |
I have, thank you for all the help. I'll post the julia issue link when I
|
I've got your back, @spott. I'm going to close this issue, marking it as an upstream problem. If the Julia gurus say it's a Homebrew problem, come back here and I'll reopen it. |
When I attempt to compile, I get the error shown here.
Any ideas?
The text was updated successfully, but these errors were encountered: