[llvm-commits] [PATCH] Use the ocamlfind module system
Nick Lewycky
nicholas at mxc.ca
Sat Mar 27 12:58:39 PDT 2010
Patrick Walton wrote:
> Hi LLVM developers,
>
> Here's a patch to use the ocamlfind package system for the OCaml
> bindings instead of manually installing the libraries into the OCaml
> libdir. ocamlfind is the standard package management system for OCaml -
> it provides a way for OCaml users of LLVM to figure out where the
> libraries are, much like llvm-config does for C++.
I'm not so sure about this. I have ocaml installed on my system and
build OCaml bindings with it, but ocamlfind is nowhere to be seen.
Could you please make it detect ocamlfind and use it when available, but
keep the flags for people who don't have it?
Nick
More information about the llvm-commits
mailing list