gnu: pocl: Build with LLVM@9.

* gnu/packages/opencl.scm (pocl)[inputs]: Change from LLVM-8 to LLVM.
This commit is contained in:
Marius Bakke 2020-02-26 17:00:21 +01:00
parent b68f5a68f8
commit 6fda3a6cb4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -315,7 +315,7 @@ (define-public pocl
(inputs (inputs
`(("clang" ,clang) `(("clang" ,clang)
("hwloc" ,hwloc-2 "lib") ("hwloc" ,hwloc-2 "lib")
("llvm" ,llvm-8) ("llvm" ,llvm)
("ocl-icd" ,ocl-icd))) ("ocl-icd" ,ocl-icd)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags