guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: julia: Fix 'llvm' version.


From: Ludovic Courtès
Subject: 01/08: gnu: julia: Fix 'llvm' version.
Date: Thu, 19 Jul 2018 05:55:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d4c06f32800adc7ea51fa53327e3aeb18a2016a6
Author: Rouby Pierre-Antoine <address@hidden>
Date:   Tue Jul 17 13:22:42 2018 +0200

    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 <address@hidden>
---
 gnu/packages/julia.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 6fb1eee..39e2322 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -314,7 +314,7 @@
         "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]