On Sat, Jan 30, 2016 at 2:33 PM, <[email protected]> wrote: > Why is it that when building Julia, it wants to compile almost all > dependencies itself? > I think users should either check dependencies and build them themselves or > install them through package manager. Doesn't seem to me the job of Julia to > do this. > I know that LLVM has some optimizations that are not yet upstreamed. But > when they are upstreamed in the future, will Julia stop compiling LLVM then? > What about all other deps?
Use the `USE_SYSTEM_*` options.
