aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/opencl.scm
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-07-23 21:43:06 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-07-23 21:43:06 +0200
commitd726b954baaeff876ce9728e00920fa45f529f9a (patch)
tree4b767b7586a1082dd2691bc33c3e45ace044e6e5 /gnu/packages/opencl.scm
parent9a74a7db8626bc139307d115f5cec2648f5273ad (diff)
parente165a2492d73d37c8b95d6970d453b9d88911ee6 (diff)
downloadguix-d726b954baaeff876ce9728e00920fa45f529f9a.tar.gz
guix-d726b954baaeff876ce9728e00920fa45f529f9a.zip
Merge branch 'master' into core-updates
Conflicts: gnu/packages/ruby.scm
Diffstat (limited to 'gnu/packages/opencl.scm')
-rw-r--r--gnu/packages/opencl.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index f14d5df130..593b9044df 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -58,7 +58,7 @@
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/KhronosGroup/OpenCL-Headers.git")
+ (url "https://github.com/KhronosGroup/OpenCL-Headers")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@@ -109,7 +109,7 @@ programming.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/KhronosGroup/OpenCL-CLHPP.git")
+ (url "https://github.com/KhronosGroup/OpenCL-CLHPP")
(commit (string-append "v" version))))
(sha256
(base32 "0h5kpg5cl8wzfnqmv6i26aig2apv06ffm9p3rh35938n9r8rladm"))
@@ -181,7 +181,7 @@ Loader as provided by this package.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Oblomov/clinfo.git")
+ (url "https://github.com/Oblomov/clinfo")
(commit version)))
(file-name (git-file-name name version))
(sha256
@@ -223,7 +223,7 @@ the system.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/intel/beignet.git")
+ (url "https://github.com/intel/beignet")
(commit (string-append "Release_v" version))))
(file-name (git-file-name name version))
(sha256
@@ -303,7 +303,7 @@ back-end for the LLVM compiler framework.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pocl/pocl.git")
+ (url "https://github.com/pocl/pocl")
(commit (string-append "v" version))))
(sha256
(base32 "1c4y69zks6hkq5fqh9waxgb8g4ka7y6h3vacmsm720kba0h57g8a"))