* [bug#37995] [PATCH] gnu: pocl: Update to 1.4.
@ 2019-10-30 16:05 Ivan Gankevich
2019-10-31 0:06 ` bug#37995: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Gankevich @ 2019-10-30 16:05 UTC (permalink / raw)
To: 37995; +Cc: Ivan Gankevich
---
I have updated pocl to the latest version because current version (1.2)
does not compile with llvm 8 which is the default LLVM version in Guix.
gnu/packages/opencl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index fc9c11caa5..81e5bab9db 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -296,7 +296,7 @@ back-end for the LLVM compiler framework.")
(define-public pocl
(package
(name "pocl")
- (version "1.2")
+ (version "1.4")
(source
(origin
(method git-fetch)
@@ -304,7 +304,7 @@ back-end for the LLVM compiler framework.")
(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 @@ back-end for the LLVM compiler framework.")
(inputs
`(("clang" ,clang)
("hwloc" ,hwloc-2.0 "lib")
- ("llvm" ,llvm)
+ ("llvm" ,llvm-8)
("ocl-icd" ,ocl-icd)))
(arguments
`(#:configure-flags
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#37995: [PATCH] gnu: pocl: Update to 1.4.
2019-10-30 16:05 [bug#37995] [PATCH] gnu: pocl: Update to 1.4 Ivan Gankevich
@ 2019-10-31 0:06 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-10-31 0:06 UTC (permalink / raw)
To: Ivan Gankevich, 37995-done
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
Ivan Gankevich <i.gankevich@spbu.ru> writes:
> ---
> I have updated pocl to the latest version because current version (1.2)
> does not compile with llvm 8 which is the default LLVM version in Guix.
Thanks! Pushed in bbad38f4d8e6b6ecc15c476b973094cdf96cdeae with a
ChangeLog-style commit message.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-31 0:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 16:05 [bug#37995] [PATCH] gnu: pocl: Update to 1.4 Ivan Gankevich
2019-10-31 0:06 ` bug#37995: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).