#17489 closed enhancement (fixed)
llvm: add variant for ocaml binding
Reported by: | hircus@… | Owned by: | erickt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | llvm |
Description
Recent LLVM releases have an OCaml binding that is built and installed by default if ocaml is installed; the MacPorts port currently does not take this into account.
This modified Portfile disables the binding by default, and compiles it in if +ocaml is requested. There is a bug in the Makefile for the ocaml binding, necessitating a workaround patch -- the problem has been reported upstream.
Attachments (2)
Change History (5)
Changed 16 years ago by hircus@…
Changed 16 years ago by hircus@…
Attachment: | patch-Makefile.ocaml.diff added |
---|
Patch for ocaml binding's Makefile.ocaml
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to erickt@… |
---|---|
Port: | llvm added |
comment:2 Changed 16 years ago by erickt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks!
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
llvm Portfile with ocaml variant