julia @0.4.1 should use libgit2 from MacPorts
As julia @0.4.1
uses its own libgit2
without openssl usage but instead with SecureTransport, building libgit2
during julia build fails on systems less than 10.8, as e.g. some protocols like TLS 1.1 and 1.2 were not yet implemented e.g. in 10.6 (as far as I can see) inside SecureTransport. However, using libgit2
with openssl support (just from MacPorts) should help enable julia
builds on older MacOSX versions. BTW, I also wonder why julia
apparently requires own openblas
, libuv
and libunwind
libraries.
Change History (3)
Owner: |
changed from macports-tickets@… to sean@…
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Thanks for the report. I'll look into it.