Open tbeason opened 4 months ago
FWIW I tried again after adding && chmod +x julia
to the end of the post install commands and then things worked fine.
I cannot reproduce this issue. The permissions of julia.wrapper
in the repo are correct and have executable permissions. After installation, the installed julia
file (formerly julia.wrapper
) has executable permissions as well.
$ ls -la ~/easybuild/install/zen4/software/Julia/1.10.0-linux-x86_64/bin/
rwxr-xr-x 100 4 Jul 11:13 julia
rwxr-xr-x 23k 25 Dec 2023 julia.bin
Is there anything special about your setup that could be removing the executable permissions of that file?
update: reading your first comment again, probably it is the use of curl to get the files instead of cloning the repo with git
I tried to install Julia 1.10 via the easyconfig. I used curl to download the current easyconfig file and the new julia.wrapper file. The sanity checks fail saying
Here is what ends up in the
bin
folderI can execute
julia.bin
manually but the file namedjulia
is simply thejulia.wrapper
file from this repo. Is there some symbol linking that is missing?