mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pocl: Update to 1.4.
* gnu/packages/opencl.scm (pocl): Update to 1.4. [inputs]: Change from LLVM to LLVM-8. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
b8806e13dc
commit
bbad38f4d8
1 changed files with 3 additions and 3 deletions
|
@ -296,7 +296,7 @@ (define-public beignet
|
|||
(define-public pocl
|
||||
(package
|
||||
(name "pocl")
|
||||
(version "1.2")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -304,7 +304,7 @@ (define-public pocl
|
|||
(url "https://github.com/pocl/pocl.git")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0fyiwd9nrqhl0jsac0bx17p9acpfzhyxp50mmp28mzn7psb9qidg"))
|
||||
(base32 "1c4y69zks6hkq5fqh9waxgb8g4ka7y6h3vacmsm720kba0h57g8a"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
|
@ -313,7 +313,7 @@ (define-public pocl
|
|||
(inputs
|
||||
`(("clang" ,clang)
|
||||
("hwloc" ,hwloc-2.0 "lib")
|
||||
("llvm" ,llvm)
|
||||
("llvm" ,llvm-8)
|
||||
("ocl-icd" ,ocl-icd)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue