What are all the components that make Julia?

What are all the components that make Julia from the bottom? What I mean to ask is at the bottom what compilers (and their versions), shared system libraries, LLVM, OpenBLAS (MKL?), Arpack, Base, Stdlib, and so on that Julia depends on?

I recently came across a bug that prevents me from using our half a million dollar cluster because we built Julia from source. See https://github.com/JuliaLinearAlgebra/Arpack.jl/issues/5

I will collect all the replies here and make a PR to officially put it in the documentation. (Unless I missed it and it’s already there)…

It’s there already… in a file conveniently called README.

5 Likes

Ah thanks. That’s exactly what I was looking for.