Problem building installing Julia

Hi there,

I’m trying to get julia 1.4.0 setup on our departmental cluster.

My build environment is :

Centos 7.2, gcc 8.1.0, downloaded the full tarball and unpacked in my build directory.
We use the modules package to be able to maintain different versions of the installed software so Ideally I’d like to build in a staging area and then install into a module directory from where the software can be run.

My Make.user contains :

USE_BINARYBUILDER=0
prefix=/usr/local/packages/julia-1.4.0

I can then do a make and after several hours everything builds and I can run julia from within this directory and it fires up without apparent problems.

I then do make install and a bunch of stuff is copied to /usr/local/packages/julia-1.4.0 as expected, however when I try to run julia from there I get :

julia: error while loading shared libraries: libLLVM-8jl.so: cannot open shared object file: No such file or directory

libLLVM-8jl.so does exist in the staging dir’s usr/lib but doesn’t seem to have been copied accros to the
install directory. Is this normal, can I just copy it accros? Or should I be running a different install command ?

Cheers,

Phill.