-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
julia fails to build on macos #114766
Comments
Just an extra data point: I just tried this on my MacOS Catalina machine (v10.15.6), and was able to install Julia okay. Through some digging, I found this issue with Julia failing to build due to GCC [1], so wonder if it's related to libtool (a dependency of GCC) not accounting for a Darwin major version change [2]? From what I understand, this would affect GCC on Big Sur . The good news is, I think they found the root cause and released a patch commit of GCC [3], the bad news is I don't think it's been incorporated into an official release patch branch. [1] - JuliaLang/julia#19588 (comment) |
That's very useful - thanks for investigating - but I tried this on a catalina machine I had and it failed :( I think you must be using nixos-20.03 or earlier.
and
This is a really old version of julia - I guess we can look at the diff between 20.03 and 20.09 and unstable. |
I tried against HEAD turning off the checks and setting
because I think the blas that comes with macos is probably the wrong thing to use - see this discussion: JuliaLang/LinearAlgebra.jl#521 But this gives me a different build error
|
#114855 but obviously it needs work |
See also #123394 |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/need-special-build-of-nightly-julia-version/14504/4 |
I marked this as stale due to inactivity. → More info |
Closing as dupe of that issue. |
Describe the bug
nix-build '<nixpkgs>' -A julia
produces
Notify maintainers
@garrison
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: