Opened 9 years ago
Closed 9 years ago
#48768 closed enhancement (fixed)
julia: use llvm-3.6 or -3.7
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | julia |
Description
julia currently uses llvm-3.5. Could this please be changed to use a newer stable version of llvm, such as llvm-3.6 or (after #48759 is resolved) llvm-3.7?
julia also defaults to the gcc49 variant, but gcc5 is the latest stable version; perhaps gcc5 could be used by default as well.
Change History (3)
comment:1 Changed 9 years ago by seanfarley (Sean Farley)
comment:2 Changed 9 years ago by seanfarley (Sean Farley)
Looks like julia 0.3.x won't be supporting this and only the 0.4 release will. I've updated to use gcc5 as the default but will hold off on the llvm changes until 0.4 is out.
comment:3 Changed 9 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've updated the compilers portgroup to use gcc5
, so I'll mark this as fixed (since 0.4 is the version of julia
to support newer llvm).
Note: See
TracTickets for help on using
tickets.
Yeah, I'll look into it this weekend.