guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: pocl: Build with LLVM@9.


From: guix-commits
Subject: 01/13: gnu: pocl: Build with LLVM@9.
Date: Wed, 26 Feb 2020 15:57:36 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6fda3a6cb421121d6ff600b9bc836e24c18a433a
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 26 17:00:21 2020 +0100

    gnu: pocl: Build with LLVM@9.
    
    * gnu/packages/opencl.scm (pocl)[inputs]: Change from LLVM-8 to LLVM.
---
 gnu/packages/opencl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index 04b3cb0..32eb360 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -315,7 +315,7 @@ back-end for the LLVM compiler framework.")
     (inputs
      `(("clang" ,clang)
        ("hwloc" ,hwloc-2 "lib")
-       ("llvm" ,llvm-8)
+       ("llvm" ,llvm)
        ("ocl-icd" ,ocl-icd)))
     (arguments
      `(#:configure-flags



reply via email to

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