@jokalokao This seems to work for me
Download the Julia tarball with dependencies julia-0.6.2-full.tar.gz
Transfer to machine with no internet access
tar zxvf julia-0.6.2-full.tar.gz ; cd julia-0.6.2
create Make.user file containing:
NO_GIT:=1
USE_SYSTEM_CURL:=0
USE_SYSTEM_ARPACK:=0
OPENBLAS_TARGET_ARCH:=HASWELL
I had to edit this line out of the Makefile:
# Get all the dependencies downloaded
# @$(MAKE) -C deps getall NO_GIT=1
make -C base version_git.jl.phony but this seems to do nothing ???
then make all the dependency libraries in ./deps
make -C deps -j 20
make
I suspect having to edit the Makefile is a misunderstanding on my part rather than a buglet
I am fighting with the Openblas build at the moment. Seems to come from Easybuild using version 2.66 of binutils. TO explain, my gcc is provided by Easybuild
ps. On that subject - has anyone worked with Easybuild and Julia? If I’m not wrong I may have asked this question.