Arc Forumnew | comments | leaders | submitlogin
1 point by kinleyd 4926 days ago | link | parent

This looks interesting, though I'm having problems compiling it. Waiting for the folks at Julia to fix it so I can check it out.


2 points by kinleyd 4926 days ago | link

I was missing some dependencies - got it working now, and it is looking good.

-----

1 point by akkartik 4922 days ago | link

Got an internal compiler error when building LLVM on my ubuntu linode :)

-----

2 points by kinleyd 4922 days ago | link

Someone on github mentioned that these are needed though not installed automatically with Julia: make, gcc, g++, gfortran, perl and wget. In my case I was missing gfortran and libncurses5-dev.

There was mention of openblas build errors by one of the developers of Julia at https://github.com/JuliaLang/julia/issues/370. HTH.

-----

1 point by akkartik 4922 days ago | link

Yeah I ran into the openblas error as well. That's fixed, but the ICE when building LLVM is a challenge.

-----