Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#49777 closed enhancement (fixed)

julia @0.4.1 should use libgit2 from MacPorts

Reported by: udbraumann Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: libgit2 Cc: seanfarley (Sean Farley)
Port: julia

Description

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)

comment:1 Changed 8 years ago by seanfarley (Sean Farley)

Owner: changed from macports-tickets@… to sean@…
Status: newassigned

Thanks for the report. I'll look into it.

comment:2 Changed 8 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: assignedclosed

Fixed in r144226. I also changed julia to use MacPorts' own OpenBLAS in r144227.

comment:3 in reply to:  2 Changed 8 years ago by udbraumann

Replying to sean@…:

Fixed in r144226. I also changed julia to use MacPorts' own OpenBLAS in r144227.

Thanks for your effort!

Note: See TracTickets for help on using tickets.