mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: julia: Fix 'llvm' version.
Fixes a build failure with LLVM 6.0.x. * gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of LLVM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7da1db5b57
commit
d4c06f3280
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ (define-public julia
|
|||
"USE_SYSTEM_LIBGIT2=1"
|
||||
"USE_SYSTEM_OPENSPECFUN=1")))
|
||||
(inputs
|
||||
`(("llvm" ,llvm)
|
||||
`(("llvm" ,llvm-3.9.1)
|
||||
|
||||
;; The bundled version is 3.3.0 so stick to that version. With other
|
||||
;; versions, we get test failures in 'linalg/arnoldi' as described in
|
||||
|
|
Loading…
Reference in a new issue