guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: julia: Specify correct llvm version.


From: guix-commits
Subject: branch master updated: gnu: julia: Specify correct llvm version.
Date: Sun, 17 May 2020 13:59:43 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d45571f  gnu: julia: Specify correct llvm version.
d45571f is described below

commit d45571fe98b484233d079724fbab76af8d3f7005
Author: nixo <address@hidden>
AuthorDate: Thu May 14 17:17:08 2020 +0200

    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 <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 c636fa7..8db5e66 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -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"



reply via email to

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