目标的配方';运行时调用';安装julia(llvm?)失败

目标的配方';运行时调用';安装julia(llvm?)失败,julia,llvm,Julia,Llvm,我刚刚下载并安装了最新版本的LinuxMint,mate。我想再次安装julia,但在安装v1.3.0的过程中出现了一个奇怪的错误 (... lots of output) /home/usr/julia/usr/include/llvm/Support/MathExtras.h:545:38: required from here /home/usr/julia/usr/include/llvm/Support/MathExtras.h:189:16: error: ‘static_ass

我刚刚下载并安装了最新版本的LinuxMint,mate。我想再次安装
julia
,但在安装v1.3.0的过程中出现了一个奇怪的错误

(... lots of output)
/home/usr/julia/usr/include/llvm/Support/MathExtras.h:545:38:   required from here
/home/usr/julia/usr/include/llvm/Support/MathExtras.h:189:16: error: ‘static_assert’ was not declared in this scope
Makefile:165: recipe for target 'runtime_ccall.o' failed
make[1]: *** [runtime_ccall.o] Error 1
Makefile:75: recipe for target 'julia-src-release' failed
make: *** [julia-src-release] Error 2
这有点奇怪,但似乎与LLVM有关。在尝试更新LLVM时,我键入了

sudo apt-get update -y
sudo apt-get install -y llvm
但是错误一直在显示。。。你知道我错过了什么吗