Arc Forumnew | comments | leaders | submitlogin
2 points by kinleyd 4834 days ago | link | parent

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 4834 days ago | link

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

-----