gnu: julia: Specify correct llvm version.
* gnu/packages/julia.scm (julia)[arguments]: Adjust configure-flag to specify the correct llvm version. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
03f4c9414b
commit
d45571fe98
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
|
|||
(assoc-ref %build-inputs "utf8proc")
|
||||
"/include")
|
||||
"USE_SYSTEM_LLVM=1"
|
||||
"LLVM_VER=6.0.1"
|
||||
"LLVM_VER=8.0.0"
|
||||
|
||||
"USE_LLVM_SHLIB=1"
|
||||
"USE_SYSTEM_LIBUNWIND=1"
|
||||
|
|
Reference in a new issue