Opened 8 years ago
Closed 7 years ago
#56956 closed update (fixed)
julia @0.6.2_2: update to 1.0.0
| Reported by: | l2dy (Zero King) | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | jjstickel (Jonathan Stickel), mf2k (Frank Schima), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), rurban (Reini Urban), essandess (Steve Smith) | |
| Port: | julia |
Description
Attachments (4)
Change History (13)
comment:1 Changed 8 years ago by jjstickel (Jonathan Stickel)
| Cc: | jjstickel added |
|---|
Changed 8 years ago by jjstickel (Jonathan Stickel)
| Attachment: | julia_Portfile.diff added |
|---|
Changed 8 years ago by jjstickel (Jonathan Stickel)
comment:2 Changed 8 years ago by jjstickel (Jonathan Stickel)
comment:3 Changed 8 years ago by mf2k (Frank Schima)
| Cc: | mf2k added |
|---|
comment:4 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
| Cc: | MarcusCalhoun-Lopez added |
|---|
comment:5 Changed 7 years ago by rurban (Reini Urban)
| Cc: | rurban added |
|---|
comment:6 Changed 7 years ago by mf2k (Frank Schima)
| Owner: | seanfarley deleted |
|---|
Changed 7 years ago by krystophny (Christopher Albert)
| Attachment: | Portfile-v1.2.0rc2.diff added |
|---|
Changed 7 years ago by krystophny (Christopher Albert)
| Attachment: | Portfile-v1.2.0rc2 added |
|---|
comment:7 Changed 7 years ago by krystophny (Christopher Albert)
The problem is most likely the use of the unpatched system LLVM. Julia requires special patches and recommends to do a custom build of LLVM dedicated to julia, see Docs.
I've added a Portfile in the attachments that works for me in version 1.2.0rc2 . Since this one is to be released soon, I propose to wait for 1.2.0 and add it to macports, or otherwise change it to version 1.1 before.
comment:8 Changed 7 years ago by mf2k (Frank Schima)
Thanks! Per the guidelines, please instead attach a unified diff of the Portfile so we can easily see what changes you are proposing. Or better yet, submit a pull request.
comment:9 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | essandess added |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
julia was updated to 1.1.1 in [e7c3ca3807264d17f4234094ba76f5da61b7e557/macports-ports].
Note: See
TracTickets for help on using
tickets.

I've made some progress with updating the Portfile for 1.0.0 (patch attached). But I've run into this error (log attached):
From a little google research, I think it has to do with LLVM. This looks similar:
https://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg597339.html
I've spent all the time I can on it for now.